mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
turn on TLS_RSA_WITH_AES_128_GCM_SHA256 to fix download from mega
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user