Skip to content

Commit 132e0fa

Browse files
1202: aaaaaaand actually change the pref this time
1 parent c864c8e commit 132e0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ user_pref("ghacks_user.js.parrot", "1200 syntax error: the parrot's a stiff!");
621621
* [1] http://kb.mozillazine.org/Security.tls.version.*
622622
* [2] https://www.ssl.com/how-to/turn-off-ssl-3-0-and-tls-1-0-in-your-browser/
623623
* [2] archived: https://archive.is/hY2Mm ***/
624-
// user_pref("security.tls.version.min", 2);
624+
user_pref("security.tls.version.min", 3);
625625
user_pref("security.tls.version.fallback-limit", 3);
626626
user_pref("security.tls.version.max", 4); // 4 = allow up to and including TLS 1.3
627627
/* 1203: disable SSL session tracking (FF36+)

0 commit comments

Comments
 (0)