Skip to content

Instantly share code, notes, and snippets.

@matiascarranza
Created September 29, 2014 15:46
Show Gist options
  • Save matiascarranza/04e5dd9567776b1c09c8 to your computer and use it in GitHub Desktop.
Save matiascarranza/04e5dd9567776b1c09c8 to your computer and use it in GitHub Desktop.
Open Chrome with security disabled
## how to work with non allowed CORS
# Windows
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --args --disable-web-security
# MAC
open /Application/Google \Chrome.app --args --disable-web-security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment