morgan pushed to branch base-browser-140.4.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
- 
93a069d9
by Pier Angelo Vendrame at 2025-10-27T16:29:01+00:00
 
1 changed file:
Changes:
| ... | ... | @@ -155,10 +155,6 @@ pref("network.http.referer.hideOnionSource", true); | 
| 155 | 155 |  // [4] https://www.ssllabs.com/ssl-pulse/
 | 
| 156 | 156 |  pref("security.ssl.require_safe_negotiation", true);
 | 
| 157 | 157 | |
| 158 | -// mullvad-browser#361: Disable TLS cyphersuites using SHA1 for signing (ECDSA)
 | 
|
| 159 | -// see https://bugzilla.mozilla.org/show_bug.cgi?id=1600437
 | 
|
| 160 | -pref("security.ssl3.ecdhe_ecdsa_aes_256_sha", false);
 | 
|
| 161 | -pref("security.ssl3.ecdhe_ecdsa_aes_128_sha", false);
 | 
|
| 162 | 158 |  // lock those disabled by https://bugzilla.mozilla.org/show_bug.cgi?id=1036765
 | 
| 163 | 159 |  pref("security.ssl3.dhe_rsa_aes_128_sha", false, locked);
 | 
| 164 | 160 |  pref("security.ssl3.dhe_rsa_aes_256_sha", false, locked);
 |