On Sep 5, 2:15 pm, Stephan Hradek <
stephan.hra...@googlemail.com>
wrote:
> > Yes, that's the cause. Unfortunately, as of FF15, FireFox has removed
> > support for "PriviledgeManager", which is used to get
> > "UniversalXPConnect" priviledges for access to the diretory
> > information.
>
> I don't like IE :( There is no fix for this I guess? Signing won't help,
> because tiddlywikis are one file and so there is noc single js file to
> sign, right?
>
http://www.mozilla.org/projects/security/components/signed-scripts.html
The only way to use the filesystem functions is to invoke them from a
true browser-level extension so that they are automatically run as
'privileged code' , much like the new TiddlyFox extension that Jeremy
has recently created to enable FF15 to read/write local files without
security errors. It might be possible to provide similar extension-
driven functions for reading local directory information. I'll have
to look into that.
-e