Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disable CORS in Chrome

jeanne.limApr 4 2019 — edited Apr 5 2019

Hi,

I tried disabling CORS in Chrome with this command:

open /Applications/Google\ Chrome.app --args --user-data-dir="/var/tmp/Chrome dev session" --disable-web-security

And it works fine. But I was wondering if there's a way to do it with ojet serve with an option or some other way so that when we run ojet serve it will always open Chrome in this mode?

Thanks.

Comments
Post Details
Added on Apr 4 2019
5 comments
2,960 views