|
1 | 1 | /****** |
2 | 2 | * name: arkenfox user.js |
3 | | -* date: 11 October 2021 |
4 | | -* version 92 |
| 3 | +* date: 12 October 2021 |
| 4 | +* version 93 |
5 | 5 | * url: https://github.com/arkenfox/user.js |
6 | 6 | * license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt |
7 | 7 |
|
@@ -1272,7 +1272,6 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies |
1272 | 1272 | // user_pref("security.ssl3.rsa_aes_256_gcm_sha384", false); // no PFS |
1273 | 1273 | // user_pref("security.ssl3.rsa_aes_128_sha", false); // no PFS |
1274 | 1274 | // user_pref("security.ssl3.rsa_aes_256_sha", false); // no PFS |
1275 | | - // user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES |
1276 | 1275 | /* 7004: control TLS versions |
1277 | 1276 | * [WHY] Passive fingerprinting. Downgrades are still possible: behind user interaction ***/ |
1278 | 1277 | // user_pref("security.tls.version.min", 3); // [DEFAULT: 3] |
@@ -1406,6 +1405,14 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", |
1406 | 1405 | [1] https://github.com/arkenfox/user.js/issues/123 |
1407 | 1406 | ***/ |
1408 | 1407 | 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 | + |
1409 | 1416 | /* ESR78.x still uses all the following prefs |
1410 | 1417 | // [NOTE] replace the * with a slash in the line above to re-enable them |
1411 | 1418 | // FF79 |
|
0 commit comments