Rodrigue Butaye wrote:
> I've got an error : enablePrivilege not granted (when the file is
> loaded from the locale filesystem a prompt appears to ask for
> privileges and not when coming from the website).
>
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
This is by design. We do not ever grant "UniversalXPConnect" to plain
HTTP requests. You can use a signed JAR file, or (I think) use an https
connection.
--BDS
- javascipt to XPCOM Rodrigue Butaye
- Re: javascipt to XPCOM Benjamin Smedberg
- Re: javascipt to XPCOM Rodrigue Butaye
- Re: javascipt to XPCOM Johnny Stenback
