Last active
March 11, 2021 16:51
-
-
Save carolina-vallejo/b74f20752842509f185f5f4a19dc0a1a to your computer and use it in GitHub Desktop.
disable cross domain chrome window and MAC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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