You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

254 B

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]"