Thank you,
I tried to sign my javascript but without success. The problem is for
using signtool 1.3. I'have already problem to create a object signing
certificate.
And when I continue in the process, I've well a jar but when I load my
html page, it's a blank page.
Here is the error I've got when testing my fake object signing
certificate :
(for a complete description you can see on mozilla.security but there
nobody
has replied...).
Object signing certificates
---------------------------------------
SignObject
Issued by: SignObject (test)
Expires: Tue Dec 02, 2003
++ Error ++ ISSUER CERT "SignObject" IS NOT VALID (extension not
found)
---------------------------------------
For a list including CA's, use "signtool -L"
Thanks by advance,
Rodrigue
Benjamin Smedberg <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>...
> 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