Para abrir
open -n -a /Applications/Google\ Chrome.app --args --user-data-dir="/tmp/cualquierCarpeta" --disable-web-security
For Chrome Browser on Linux
For achieving the same on Linux desktop distros (for example, on Ubuntu), for chrome browser use the following command on terminal:
google-chrome --disable-web-security --user-data-dir="/tmp/someFolderName"
For achieving the same on Linux system, for chromium browser use the following command on terminal:
chromium-browser --disable-web-security --user-data-dir="/tmp/someFolderName"
http://www.thegeekstuff.com/2016/09/disable-same-origin-policy/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+TheGeekStuff+(The+Geek+Stuff)