Skip to content

Instantly share code, notes, and snippets.

@everm1nd
Created February 17, 2022 12:40
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 everm1nd/3057319a6880dacd2d5bb95d7ca4a31d to your computer and use it in GitHub Desktop.
Save everm1nd/3057319a6880dacd2d5bb95d7ca4a31d to your computer and use it in GitHub Desktop.
Run Chrome in CORS-disabled mode
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment