Alex,
If I understood you correctly, you do not want users to import unknown 
server certificates and disable this capability.
In Firefox2, this dialog was created by newserver.xul (
 
http://lxr.mozilla.org/mozilla1.8.0/source/security/manager/pki/resources/content/newserver.xul
 
)
dialog window. You can easily override this using a overlay to disable 
or hide the various options.

In FF3, this dialog has completely changed and it uses 
exceptionDailog.xul file
(http://lxr.mozilla.org/mozilla/source/security/manager/pki/resources/content/exceptionDialog.xul).
You can also easily disable/remove this capability using a overlay for 
the dialog window.

BTW, I am not Mozilla PSM developer - so I may be wrong.
--
Subrata

Alex shemshurenko wrote:
> Hi
> My name is Alex.
> Im developing custom application based on mozilla engine.
> I have a problem, one of the features of application is to access 
> specific web pages, some of them have certificates, some of them have 
> certificates that Mozilla cant verify.
> And when this happens i see dialog tittled "Website Certified by an 
> Unknown Authorithy" with some options to accept certificate forever , 
> examine it etc.
> My project requires disabling all functionality that can lead to 
> instalation of new certificates for security purposes.
> Question is - where exactly this dialog is created and how i can 
> change it?
> Thanks.
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to