Put this in the terminal:
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security
This will bypass some things like cors errors and can be useful for development.
Leave a Reply