google chrome mac run with disable-web-security code example
Example 1: open chrome without web security mac
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security
Example 2: chrome.exe --disable-web-security
chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security