mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
undo removed prefs
they're not default since FF109, that was nightly only
This commit is contained in:
parent
19720a6f61
commit
a38fafa0b5
1 changed files with 2 additions and 0 deletions
2
user.js
2
user.js
|
@ -1032,6 +1032,8 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
|
||||||
/* 7003: disable non-modern cipher suites [1]
|
/* 7003: disable non-modern cipher suites [1]
|
||||||
* [WHY] Passive fingerprinting. Minimal/non-existent threat of downgrade attacks
|
* [WHY] Passive fingerprinting. Minimal/non-existent threat of downgrade attacks
|
||||||
* [1] https://browserleaks.com/ssl ***/
|
* [1] https://browserleaks.com/ssl ***/
|
||||||
|
// user_pref("security.ssl3.ecdhe_ecdsa_aes_128_sha", false);
|
||||||
|
// user_pref("security.ssl3.ecdhe_ecdsa_aes_256_sha", false);
|
||||||
// user_pref("security.ssl3.ecdhe_rsa_aes_128_sha", false);
|
// user_pref("security.ssl3.ecdhe_rsa_aes_128_sha", false);
|
||||||
// user_pref("security.ssl3.ecdhe_rsa_aes_256_sha", false);
|
// user_pref("security.ssl3.ecdhe_rsa_aes_256_sha", false);
|
||||||
// user_pref("security.ssl3.rsa_aes_128_gcm_sha256", false); // no PFS
|
// user_pref("security.ssl3.rsa_aes_128_gcm_sha256", false); // no PFS
|
||||||
|
|
Loading…
Add table
Reference in a new issue