Skip to content

Instantly share code, notes, and snippets.

@wongjiahau
Last active October 13, 2017 07:01
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 wongjiahau/4c4c9ac09d259edb1a3bd4ea167a5eeb to your computer and use it in GitHub Desktop.
Save wongjiahau/4c4c9ac09d259edb1a3bd4ea167a5eeb to your computer and use it in GitHub Desktop.
Run a new instance of Chrome that disabled CORS/XSS protection
# For Windows
start chrome.exe --user-data-dir="C:/chrome-dev-session" --disable-web-security www.github.com
# For Linux
# not known yet
# For Mac
# not known yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment