Skip to content

Commit

Permalink
Create bandersnatch.bat
Browse files Browse the repository at this point in the history
This is a batch file that starts index.html in chrome with some flags that fix the error when trying to load subtitles when opening index.html as a local file instead of loading it through a web server
  • Loading branch information
ZapperDJ authored Nov 4, 2019
1 parent 32c01d9 commit a5fe2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bandersnatch.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
start chrome --allow-file-access-from-files --allow-file-access --allow-cross-origin-auth-prompt file://%~dp0/index.html

0 comments on commit a5fe2f0

Please sign in to comment.