[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-140.3.0esr-15.0-1] fixup! Firefox preference overrides.



Title: GitLab

Pier Angelo Vendrame pushed to branch base-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • b744cadf
    by Pier Angelo Vendrame at 2025-09-22T17:31:18+02:00
    fixup! Firefox preference overrides.
    
    BB 44187: Disable TLS session tickets.
    
    They are not available in PBM.
    

1 changed file:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -167,6 +167,10 @@ pref("security.ssl3.dhe_rsa_aes_256_sha", false, locked);
    167 167
     // See tor-browser#40565.
    
    168 168
     pref("security.tls.version.enable-deprecated", false, locked);
    
    169 169
     
    
    170
    +// tor-browser#44187: Disable session identifiers to make PBM and normal mode
    
    171
    +// more similar.
    
    172
    +pref("security.ssl.disable_session_identifiers", true);
    
    173
    +
    
    170 174
     // Misc privacy: Remote
    
    171 175
     pref("browser.send_pings", false);
    
    172 176
     // Space separated list of URLs that are allowed to send objects (instead of
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx