master
Benjamin Hodges 2019-08-23 15:59:41 +01:00
parent 7fffa8905b
commit 8eecab4767
1 changed files with 12 additions and 0 deletions

12
README.md 100644
View File

@ -0,0 +1,12 @@
When opening index.html in browser
Firefox:
* open "about:config" in url
* set security.fileuri.strict_origin_policy to false
Chrome:
* kill all chrome instances
* chromium-browser --disable-web-security --user-data-dir="[some directory here]"