Hi,

I see in xulrunner trunk builds that embedders can no longer have invalid
certificates handled for them by simply providing a window (in response to
an nsIWindowCreator2 request) for xulrunner to fill in.  In the latest
Firefox 3.0b3 this error dialog has been replaced by an error page that
allows the user to trust the certificate if they choose.

Is there a way for embedders to show this error page as of xulrunner 1.9?
Or is there some other way to allow xulrunner to handle it without requiring
the embedder to create an error dialog/page of their own?  The default
behavior is now to just show a prompt dialog with a short message
("...bad_cert_domain...") that does not allow the user to proceed under any
circumstance.  I've added an nsIBadCertListener2 which is being invoked, but
its return value does not seem to affect this behavior.

Thanks,
Grant


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

Reply via email to