Chrome browser without CORS

Costas

Administrator
Staff member
use the following command line

JavaScript:
//Don’t enforce the same-origin policy. (Used by people testing their sites.)

"[PATH_TO_CHROME]\chrome.exe" --disable-web-security

all command lines :
https://sites.google.com/site/chromeappupdates/launch-switches
 
Top