turn on TLS_RSA_WITH_AES_128_GCM_SHA256 to fix download from mega

This commit is contained in:
2023-01-07 07:46:07 +08:00
parent 2737c3da21
commit c47a3e2e68
+1 -1
View File
@@ -53,7 +53,7 @@ pref("security.ssl3.rsa_aes_256_sha", true);
// Weak / deprecated
pref("security.ssl3.dhe_rsa_aes_256_sha", false);
pref("security.ssl3.dhe_rsa_aes_128_sha", false);
pref("security.ssl3.rsa_aes_128_gcm_sha256", false);
pref("security.ssl3.rsa_aes_128_gcm_sha256", true);
pref("security.ssl3.rsa_aes_128_sha256", false);
pref("security.ssl3.rsa_des_ede3_sha", false);