mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Disable TLS 1.3 by default for now until our NSS can be updated to the latest spec.
This commit is contained in:
parent
cd3167e35d
commit
63045af8a2
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
pref("security.tls.version.min", 1);
|
||||
pref("security.tls.version.max", 4);
|
||||
pref("security.tls.version.max", 3);
|
||||
pref("security.tls.version.fallback-limit", 3);
|
||||
pref("security.tls.insecure_fallback_hosts", "");
|
||||
pref("security.tls.unrestricted_rc4_fallback", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue