Revert "Disable TLS 1.3 by default for now until our NSS can be updated to the latest spec."

This reverts commit 6c3f95480a191ce432ddfb2aa400a6d70c4884a8.
This commit is contained in:
wolfbeast 2018-06-06 15:24:57 +02:00 committed by Roy Tam
commit 155cee3aae

View file

@ -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);