mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 650355, Stop accepting MD5 as a hash algorithm in certificate signatures, r=johnath
This commit is contained in:
parent
3f835dac68
commit
33b07ad87b
@ -1,7 +1,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