litejs/json-lite

doesn't work for 'file://' URLS

Closed this issue · 3 comments

If you open a json file with a 'file://' URL the renderer doesn't work at all.
I don't know if this is a safari limitation, or the plugin

In Chrome there is an option 'Allow access to file URLs' for extension in chrome://extensions page.

First results from google suggest that this is not possible in safari. At the moment I do not have an access to osx.

I have an untested idea, that global background page works with file urls, just content script is not injected.
So maybe it is possible to inject content script from background.

last idea did not worked out, not doable by current knowledge