On Apr 23, 11:36 am, Feynman <[EMAIL PROTECTED]> wrote: > krithika napsal(a): > > > How do I disable the https certificate dialog popups ( which nsIPref > > allows > > embedded browser to accept all server certificates).I need this > > because Iam running it in command line in a headless way. > > > Is there a trustall kind of nsIPref? > > > Thanks in Advance, > > Krith > > I have got the same problem. I tried to do that by autoaccepring all > dialogs, but unfortunately I was not able to obtain any window throw > nsIWindowMediator. nsISimpleEnumerator told me, that there are no windows.
Hi, if your application is native c++ try implementing nsIBadCertListener. JavaXPCOM doesnt work that way (I have such problem at the moment, still unresolved, more was written here: http://groups.google.com/group/mozilla.dev.tech.java/browse_thread/thread/8f17384135a20a37 ) _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
