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.

-Boris
_______________________________________________
dev-security mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-security

Reply via email to