From 9dc11458297ec3befb045e0942371c14522177a1 Mon Sep 17 00:00:00 2001 From: Narsil Date: Sat, 16 Oct 2021 10:17:11 +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 ebc115a..8205ec3 100644 --- a/user.js +++ b/user.js @@ -940,7 +940,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] @@ -1080,7 +1079,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