Update 'user.js'

This commit is contained in:
Narsil 2021-10-16 10:19:59 +00:00
parent f573d5d66f
commit 956892dc64
1 changed files with 7 additions and 2 deletions

View File

@ -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_256_gcm_sha384", false); // no PFS
user_pref("security.ssl3.rsa_aes_128_sha", 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_aes_256_sha", false); // no PFS
user_pref("security.ssl3.rsa_des_ede3_sha", false); // 3DES
// ------------------------------------- // -------------------------------------
// Control TLS versions // Control TLS versions
// user_pref("security.tls.version.min", 3); // [DEFAULT: 3] // 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 // 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 // ESR78.x still uses all the following prefs
// //
// FF79 // FF79