mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 22:43:38 +02:00
Update user.js
This commit is contained in:
parent
5e7fb6f6dc
commit
05a7572a3a
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -755,8 +755,8 @@ user_pref("security.mixed_content.block_object_subrequest", true);
|
||||||
// user_pref("security.ssl3.ecdhe_rsa_aes_128_sha", false);
|
// user_pref("security.ssl3.ecdhe_rsa_aes_128_sha", false);
|
||||||
/* 1263: disable DHE (Diffie-Hellman Key Exchange)
|
/* 1263: disable DHE (Diffie-Hellman Key Exchange)
|
||||||
* [1] https://www.eff.org/deeplinks/2015/10/how-to-protect-yourself-from-nsa-attacks-1024-bit-DH ***/
|
* [1] https://www.eff.org/deeplinks/2015/10/how-to-protect-yourself-from-nsa-attacks-1024-bit-DH ***/
|
||||||
// user_pref("security.ssl3.dhe_rsa_aes_128_sha", false); // [DEFAULT: false ESR78 & FF79+]
|
// user_pref("security.ssl3.dhe_rsa_aes_128_sha", false); // [DEFAULT: false FF78+]
|
||||||
// user_pref("security.ssl3.dhe_rsa_aes_256_sha", false); // [DEFAULT: false ESR78 & FF79+]
|
// user_pref("security.ssl3.dhe_rsa_aes_256_sha", false); // [DEFAULT: false FF78+]
|
||||||
/* 1264: disable the remaining non-modern cipher suites as of FF52 ***/
|
/* 1264: disable the remaining non-modern cipher suites as of FF52 ***/
|
||||||
// user_pref("security.ssl3.rsa_aes_128_sha", false);
|
// user_pref("security.ssl3.rsa_aes_128_sha", false);
|
||||||
// user_pref("security.ssl3.rsa_aes_256_sha", false);
|
// user_pref("security.ssl3.rsa_aes_256_sha", false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue