forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
f573d5d66f
commit
956892dc64
9
user.js
9
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
|
||||
|
|
Loading…
Reference in New Issue