So our application works in production with a CORS enabled.
I have a project that isn't CORS enabled locally. Is there a way to disable web security for protractor? Is there a way for me to add arguments to the selenium instance ?
We're looking for a configuration based solution. Our local development machines are pretty locked down on what we can install. So is this possible?
What i have tried is setting chrome options: https://github.com/angular/protractor/issues/175
But that appears to only be used for chrome extensions.