Skip to content

Instantly share code, notes, and snippets.

@skounis
Created December 20, 2019 16:43
Show Gist options
  • Save skounis/4f67c630639e557ac15076448b21c3bd to your computer and use it in GitHub Desktop.
Save skounis/4f67c630639e557ac15076448b21c3bd to your computer and use it in GitHub Desktop.
Open Chrome with the security settings disabled
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