user.js

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

commit fa61a7c25bb8755a39dbdbe6a83a1a3024b8cf0c
parent dafd0894e6efb14675cbe46854918372dca6695c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 15 Jun 2019 16:34:29 +0000

1202: cleanup

I don't think we need a 4 yr old article to explain the concept of `.min` (or `.max`), it's pretty self explanatory (and SSL 3 is obsolete). Three lines of text culled, and one of the remaining http links eliminated as a bonus. Enjoy the saved bytes and mouse-scrolling.
Diffstat:
Muser.js | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/user.js b/user.js @@ -657,10 +657,7 @@ user_pref("security.ssl.require_safe_negotiation", true); /* 1202: control TLS versions with min and max * 1=TLS 1.0, 2=TLS 1.1, 3=TLS 1.2, 4=TLS 1.3 * [WARNING] Leave these at default, otherwise you alter your TLS fingerprint. - * Firefox telemetry (April 2019) shows only 0.5% of TLS web traffic uses 1.0 or 1.1 - * [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 ***/ + * Firefox telemetry (April 2019) shows only 0.5% of TLS web traffic uses 1.0 or 1.1 ***/ // user_pref("security.tls.version.min", 3); // user_pref("security.tls.version.max", 4); /* 1203: disable SSL session tracking [FF36+]