How to Disable Chrome CORS Restrictions on Mac
Disable Chrome Cross-Origin Restrictions
Because debugging often requires Chrome to disable cross-origin restrictions, most methods online are for Windows,
Here’s a note today:
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security