Skip to content

Instantly share code, notes, and snippets.

@cmmartin
Last active April 18, 2016 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmmartin/30225d677992891329a5 to your computer and use it in GitHub Desktop.
Save cmmartin/30225d677992891329a5 to your computer and use it in GitHub Desktop.
Open Chrome on OSX with web security disabled to avoid CORS shenanigans in development
open -a Google\ Chrome --args --disable-web-security --user-data-dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment