Re: https flow

2008-06-25 Thread Pawel P
Kai Engert wrote: Pawel P wrote: I want to overwrite default mozilla 1.9 behavior in https flow. I want to be informed about certificates (especially bad). I'll show my own certificate dialogs to user and user will decide if accept certificate or not. In mozilla 1.8 I used

Re: https flow

2008-06-24 Thread Kai Engert
Pawel P wrote: I want to overwrite default mozilla 1.9 behavior in https flow. I want to be informed about certificates (especially bad). I'll show my own certificate dialogs to user and user will decide if accept certificate or not. In mozilla 1.8 I used nsIBadCertListener interface to do

Re: https flow

2008-06-24 Thread Kyle Hamilton
We have removed this functionality because we have decided that users are stupid. -Kyle H 2008/6/24 Kai Engert [EMAIL PROTECTED]: Pawel P wrote: I want to overwrite default mozilla 1.9 behavior in https flow. I want to be informed about certificates (especially bad). I'll show my own

https flow

2008-06-23 Thread Pawel P
Hello, I want to overwrite default mozilla 1.9 behavior in https flow. I want to be informed about certificates (especially bad). I'll show my own certificate dialogs to user and user will decide if accept certificate or not. In mozilla 1.8 I used nsIBadCertListener interface to do above