Pier Angelo Vendrame pushed to branch tor-browser-115.29.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -121,10 +121,6 @@ pref("network.http.referer.hideOnionSource", true);
    121 121
     // [4] https://www.ssllabs.com/ssl-pulse/
    
    122 122
     pref("security.ssl.require_safe_negotiation", true);
    
    123 123
     
    
    124
    -// mullvad-browser#361: Disable TLS cyphersuites using SHA1 for signing (ECDSA)
    
    125
    -// see https://bugzilla.mozilla.org/show_bug.cgi?id=1600437
    
    126
    -pref("security.ssl3.ecdhe_ecdsa_aes_256_sha", false);
    
    127
    -pref("security.ssl3.ecdhe_ecdsa_aes_128_sha", false);
    
    128 124
     // lock those disabled by https://bugzilla.mozilla.org/show_bug.cgi?id=1036765
    
    129 125
     pref("security.ssl3.dhe_rsa_aes_128_sha", false, locked);
    
    130 126
     pref("security.ssl3.dhe_rsa_aes_256_sha", false, locked);