morgan pushed to branch base-browser-140.4.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -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);