Skip to content

Instantly share code, notes, and snippets.

@selahssea-zz
Last active November 20, 2018 13:17
Show Gist options
  • Save selahssea-zz/ddc2c811685b5fca4d32 to your computer and use it in GitHub Desktop.
Save selahssea-zz/ddc2c811685b5fca4d32 to your computer and use it in GitHub Desktop.
Google Chrome disable web security (CORS) on Mac OS X
#!/bin/bash
open /Applications/Google\ Chrome\ Canary.app/ --args --disable-web-security
@gilles-leblanc
Copy link

Also make sure that Chrome isn't already running in the background when using this command or it won't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment