Open Chrome without CORS on Mac
•
1 min read
Here the quickest way to deal with CORS when developing on localhost:
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security