Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@guy-a
Last active September 19, 2022 06:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save guy-a/7423ba4d15d0c2a3e3c7 to your computer and use it in GitHub Desktop.
Save guy-a/7423ba4d15d0c2a3e3c7 to your computer and use it in GitHub Desktop.
Windows batch to open a separate session of chrome where the same-origin-policy is disabled. Great for testing.
start "" "c:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --user-data-dir="c:/_chrome_dev" --disable-web-security
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment