Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@guy-a
Last active January 14, 2016 21:15
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 guy-a/ba50857ce4d0a9a9b8f2 to your computer and use it in GitHub Desktop.
Save guy-a/ba50857ce4d0a9a9b8f2 to your computer and use it in GitHub Desktop.
Windows batch to open a separate session of CANARY where the same-origin-policy is disabled. Great for testing.
start "" "c:\Users\%USERNAME%\AppData\Local\Google\Chrome SxS\Application\chrome.exe" --user-data-dir="c:/_canary_dev" --disable-web-security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment