Skip to content

Instantly share code, notes, and snippets.

@arkon108
Created January 15, 2019 12:53
Show Gist options
  • Save arkon108/73c8b6c6d0036b6bece49cd7aa3e4369 to your computer and use it in GitHub Desktop.
Save arkon108/73c8b6c6d0036b6bece49cd7aa3e4369 to your computer and use it in GitHub Desktop.
Launch Chrome with web security turned off
open -na Google\ Chrome --args --disable-web-security --user-data-dir="/tmp/chrome_dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment