Comment by HarHarVeryFunny

1 month ago

A workaround for the file:// security deny is to use a JavaScript file for data (initialized array) rather than something more natural like JSON.

Apparently JavaScript got grandfathered in as ok for direct access!

once i had to import some xml and just put it in a hidden div since html allows any tag names XD