From 155cee3aaef2fdc63996af2cab4744cb73a7028e Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 6 Jun 2018 15:24:57 +0200 Subject: [PATCH] Revert "Disable TLS 1.3 by default for now until our NSS can be updated to the latest spec." This reverts commit 6c3f95480a191ce432ddfb2aa400a6d70c4884a8. --- netwerk/base/security-prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netwerk/base/security-prefs.js b/netwerk/base/security-prefs.js index 5351d7c04d..cfbbf4a457 100644 --- a/netwerk/base/security-prefs.js +++ b/netwerk/base/security-prefs.js @@ -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", 3); +pref("security.tls.version.max", 4); pref("security.tls.version.fallback-limit", 3); pref("security.tls.insecure_fallback_hosts", ""); pref("security.tls.unrestricted_rc4_fallback", false);