mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 650355 - Stop accepting MD5 as a hash algorithm in signatures, r=johnath
This commit is contained in:
parent
a53de0d5cc
commit
3d9aec9dc1
@ -5,7 +5,7 @@
|
||||
pref("security.enable_ssl3", true);
|
||||
pref("security.enable_tls", true);
|
||||
pref("security.enable_tls_session_tickets", true);
|
||||
pref("security.enable_md5_signatures", true);
|
||||
pref("security.enable_md5_signatures", false);
|
||||
|
||||
pref("security.ssl.allow_unrestricted_renego_everywhere__temporarily_available_pref", false);
|
||||
pref("security.ssl.renego_unrestricted_hosts", "");
|
||||
|
Loading…
Reference in New Issue
Block a user