We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e9155 commit 954b600Copy full SHA for 954b600
user.js
@@ -1215,6 +1215,9 @@ user_pref("security.ssl3.ecdh_rsa_aes_128_sha", false);
1215
user_pref("security.ssl3.ecdh_ecdsa_aes_128_sha", false);
1216
user_pref("security.ssl3.dhe_rsa_camellia_128_sha", false);
1217
user_pref("security.ssl3.dhe_rsa_aes_128_sha", false);
1218
+user_pref("security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256", false); // 0xc02b TLSv1.2
1219
+user_pref("security.ssl3.ecdhe_rsa_aes_128_gcm_sha256", false); // 0xc02f TLSv1.2
1220
+user_pref("security.tls13.aes_128_gcm_sha256", false); // 0x1301 TLSv1.3
1221
1222
// PREF: Disable RC4
1223
// https://developer.mozilla.org/en-US/Firefox/Releases/38#Security
0 commit comments