Re: newbie UniversalXPConnect problem
Christian Biesinger <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpcom |
|---|---|
| Message-ID | <[email protected]> |
Phil Wilson wrote:
> netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
To use that, that code must either be a local file, a signed script, or
codebase principal support must be enabled (with a pref:
user_pref("signed.applets.codebase_principal_support", true);
)