mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1153964 - allow unrestricted RC4 fallback in beta and release r=Cykesiopka
This commit is contained in:
parent
2dd252ff1c
commit
83ad8c6d14
@ -7,7 +7,12 @@ pref("security.tls.version.max", 3);
|
||||
pref("security.tls.version.fallback-limit", 3);
|
||||
pref("security.tls.insecure_fallback_hosts", "");
|
||||
pref("security.tls.insecure_fallback_hosts.use_static_list", true);
|
||||
|
||||
#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION)
|
||||
pref("security.tls.unrestricted_rc4_fallback", false);
|
||||
#else
|
||||
pref("security.tls.unrestricted_rc4_fallback", true);
|
||||
#endif
|
||||
|
||||
pref("security.ssl.treat_unsafe_negotiation_as_broken", false);
|
||||
pref("security.ssl.require_safe_negotiation", false);
|
||||
|
Loading…
Reference in New Issue
Block a user