Skip to content

Instantly share code, notes, and snippets.

@carolina-vallejo
Last active March 11, 2021 16:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carolina-vallejo/b74f20752842509f185f5f4a19dc0a1a to your computer and use it in GitHub Desktop.
Save carolina-vallejo/b74f20752842509f185f5f4a19dc0a1a to your computer and use it in GitHub Desktop.
disable cross domain chrome window and MAC
MAC:
open /Applications/Google\ Chrome.app/ --args --disable-web-security --user-data-dir
WINDOWS
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir="C:/ChromeDevSession"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment