From 956892dc64833d88493c3214b1264fc52b8b2768 Mon Sep 17 00:00:00 2001 From: Narsil Date: Sat, 16 Oct 2021 10:19:59 +0000 Subject: [PATCH] Update 'user.js' --- user.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index 9fa27f7..6f784d9 100644 --- a/user.js +++ b/user.js @@ -993,7 +993,6 @@ user_pref("security.ssl3.rsa_aes_128_gcm_sha256", false); // no PFS user_pref("security.ssl3.rsa_aes_256_gcm_sha384", false); // no PFS user_pref("security.ssl3.rsa_aes_128_sha", false); // no PFS user_pref("security.ssl3.rsa_aes_256_sha", false); // no PFS -user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES // ------------------------------------- // Control TLS versions // user_pref("security.tls.version.min", 3); // [DEFAULT: 3] @@ -1133,7 +1132,13 @@ user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // DEPRECATED / REMOVED / LEGACY / RENAMED // >>>>>>>>>>>>>>>>>>>>> -// +// +// ESR91.x still uses all the following prefs +// +// FF93 +// Disable non-modern cipher suites +user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES +// ------------------------------------- // ESR78.x still uses all the following prefs // // FF79