Skip to content

Instantly share code, notes, and snippets.

@dcz-switcher
Last active July 1, 2022 05:52
Show Gist options
  • Save dcz-switcher/7050f4148a47097fb314 to your computer and use it in GitHub Desktop.
Save dcz-switcher/7050f4148a47097fb314 to your computer and use it in GitHub Desktop.
launch chrome without security (for local dev only)
#just for local dev
open -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --disable-web-security --user-data-dir=""
# if use a proxy and issue with https
open -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --disable-web-security --user-data-dir="" --ignore-certificate-errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment