Backed out changeset f327334172ab. Bad bug number in comment.  926116(good) vs 926166(bad)

This commit is contained in:
Camilo Viecco 2013-10-14 13:24:03 -07:00
parent edddc7afc9
commit 4253a66de0

View File

@ -52,8 +52,8 @@ pref("security.ssl3.rsa_aes_128_sha", true);
pref("security.ssl3.dhe_rsa_des_ede3_sha", true);
pref("security.ssl3.dhe_dss_des_ede3_sha", true);
pref("security.ssl3.rsa_seed_sha", true);
pref("security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256", false);
pref("security.ssl3.ecdhe_rsa_aes_128_gcm_sha256", false);
pref("security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256", true);
pref("security.ssl3.ecdhe_rsa_aes_128_gcm_sha256", true);
pref("security.default_personal_cert", "Ask Every Time");
pref("security.remember_cert_checkbox_default_setting", true);