Skip to content

Commit 85438d0

Browse files
v93 deprecated
1 parent a764149 commit 85438d0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

user.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******
22
* name: arkenfox user.js
3-
* date: 11 October 2021
4-
* version 92
3+
* date: 12 October 2021
4+
* version 93
55
* url: https://github.com/arkenfox/user.js
66
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
77
@@ -1272,7 +1272,6 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
12721272
// user_pref("security.ssl3.rsa_aes_256_gcm_sha384", false); // no PFS
12731273
// user_pref("security.ssl3.rsa_aes_128_sha", false); // no PFS
12741274
// user_pref("security.ssl3.rsa_aes_256_sha", false); // no PFS
1275-
// user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES
12761275
/* 7004: control TLS versions
12771276
* [WHY] Passive fingerprinting. Downgrades are still possible: behind user interaction ***/
12781277
// user_pref("security.tls.version.min", 3); // [DEFAULT: 3]
@@ -1406,6 +1405,14 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features",
14061405
[1] https://github.com/arkenfox/user.js/issues/123
14071406
***/
14081407
user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is mortal coil!");
1408+
/* ESR91.x still uses all the following prefs
1409+
// [NOTE] replace the * with a slash in the line above to re-enable them
1410+
// FF93
1411+
// 7003: disable non-modern cipher suites
1412+
// [-] https://bugzilla.mozilla.org/1724072
1413+
// user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES
1414+
// ***/
1415+
14091416
/* ESR78.x still uses all the following prefs
14101417
// [NOTE] replace the * with a slash in the line above to re-enable them
14111418
// FF79

0 commit comments

Comments
 (0)