Open Chrome without CORS on Mac

Posted on June 20, 2021

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