Close the cross domain restrict of Chrome on Mac

Create a new user data folder for chrome in ~/Documents

mkdir ~/Documents/MyChromeDevUserData

Open chrome with above folder

open -n /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir=/Users/xyz/Documents/MyChromeDevUserData

Last modified:27 October 2019