Created
February 14, 2020 12:57
-
-
Save alpenzoo/2104fbc68f447546cb73e13dd2c56619 to your computer and use it in GitHub Desktop.
.bat file to open chrome browser with disabled security, handy for web development in unfriendly environment. not for browsing the web.
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
start .\chrome.exe --disable-web-security --ignore-certificate-errors --user-data-dir="D:/Chrome" | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment