Skip to content

Instantly share code, notes, and snippets.

@alpenzoo
Created February 14, 2020 12:57
Show Gist options
  • Save alpenzoo/2104fbc68f447546cb73e13dd2c56619 to your computer and use it in GitHub Desktop.
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.
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