How to Disable CORS in Google Chrome
A quick tip showing you how to disable Cross-Origin Resource Sharing (CORS) in Google Chrome for testing purposes.
A quick tip showing you how to disable Cross-Origin Resource Sharing (CORS) in Google Chrome for testing purposes.
⚠️ Command: open Google\ Chrome.app/ --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security



