Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Last active December 16, 2019 14:17
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 unitycoder/2f863bfa64725ac9e21c160d094828c6 to your computer and use it in GitHub Desktop.
Save unitycoder/2f863bfa64725ac9e21c160d094828c6 to your computer and use it in GitHub Desktop.
Run Chrome Locally with --allow-file-access-from-files parameter from .bat batch file
REM runs chrome to view index.html in currend directory, with local file access allowed
start chrome.exe "%cd%/index.html" --allow-file-access-from-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment