I would like to know if it is possible to programatically (without having the user having to go in the preferences panel) choose the ask evey time option dealing with client certificate selection. Thanks.
Add the following line to your prefs.js file: user_pref("security.default_personal_cert", "Ask Every Time");
The documentation actually reccommends not directly editing the prefs.js file so you can/should create a user.js file and put the line in there or even better use the advanced preferences editor by type "about:config" into the location bar and then editing the security.default_personal_cert string value to be Ask Every Time.
Dave _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
