Skip to content

Instantly share code, notes, and snippets.

@ArunHub
Created March 29, 2019 06:07
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 ArunHub/d11dbfbf74c5c3d46ee64a28e80f1775 to your computer and use it in GitHub Desktop.
Save ArunHub/d11dbfbf74c5c3d46ee64a28e80f1775 to your computer and use it in GitHub Desktop.
Disable same origin policy in Chrome
Run below command by pressing (Windows key + R key)
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
Reference: https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment