turn on TLS_RSA_WITH_AES_128_GCM_SHA256 to fix download from mega

This commit is contained in:
roytam1 2023-01-07 07:40:29 +08:00
commit 8f801c5c31

View file

@ -45,7 +45,7 @@ pref("security.ssl3.rsa_aes_256_sha", true);
// 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);
// Weak/broken (requires fallback_hosts)