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:

- browser/app/profile/001-base-profile.js


Changes:

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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b744cadf921c97f57109272cb43c176365433286

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b744cadf921c97f57109272cb43c176365433286
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to