user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 132e0fa503447399ccfab100f5c8aab97e34fdc2
parent c864c8ebb06c97a895515bdcdf9127b95beefea2
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 10 Jul 2017 06:26:55 +1200

1202: aaaaaaand actually change the pref this time
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -621,7 +621,7 @@ user_pref("ghacks_user.js.parrot", "1200 syntax error: the parrot's a stiff!"); * [1] http://kb.mozillazine.org/Security.tls.version.* * [2] https://www.ssl.com/how-to/turn-off-ssl-3-0-and-tls-1-0-in-your-browser/ * [2] archived: https://archive.is/hY2Mm ***/ - // user_pref("security.tls.version.min", 2); +user_pref("security.tls.version.min", 3); user_pref("security.tls.version.fallback-limit", 3); user_pref("security.tls.version.max", 4); // 4 = allow up to and including TLS 1.3 /* 1203: disable SSL session tracking (FF36+)