Our application performs well in production with CORS enabled.
I am working on a project that is not CORS-enabled locally. Is there a way to disable web security for protractor? Can I modify the selenium instance by adding arguments?
We are interested in finding a configuration-based solution. Our local development machines have strict limitations on what can be installed. Is there a way to work around this?
I have attempted to set chrome options as suggested on this GitHub page, but it seems to only apply to chrome extensions.