mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
turn on TLS_RSA_WITH_AES_128_GCM_SHA256 to fix download from mega
This commit is contained in:
parent
7ecc55be25
commit
8f801c5c31
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue