On Aug 28, 1:11 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
> rael wrote:
> > And at the top of my script, I have the following:
>
> > netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesRead");
> > netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesWrite");
> > netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
> > netscape.security.PrivilegeManager.enablePrivilege("UniversalFileRead");
> > netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
> > netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserAccess");
>
> Do you have those in the function that actually opens the window?
> That's where you need the UniversalBrowserWrite, I think.
>
> -BorisI did not, so I moved them into the same function. It did not work. I thought perhaps that firefox may have cached something, so I blew away my .mozilla directory, restarted firefox to create it, exited, put a copy of my prefs.js file in place, and tried again, to no avail. Curiously, this time I did not get prompted to accept anything... Bill _______________________________________________ dev-security mailing list [email protected] https://lists.mozilla.org/listinfo/dev-security
