Skip to content

Instantly share code, notes, and snippets.

@eliasnogueira
Forked from malkafly/open-chrome.sh
Created January 10, 2019 13:42
Show Gist options
  • Save eliasnogueira/3639433479f4b88f6b07e8ee7a508069 to your computer and use it in GitHub Desktop.
Save eliasnogueira/3639433479f4b88f6b07e8ee7a508069 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 --user-data-dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment