Pier Angelo Vendrame pushed to branch tor-browser-102.6.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits: 2ec04e75 by Dan Ballard at 2023-01-12T12:53:35+00:00 fixup! Firefox preference overrides.
bug 40565: lock security.tls.version.enable-deprecated
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
===================================== browser/app/profile/001-base-profile.js ===================================== @@ -83,6 +83,9 @@ pref("security.ssl3.ecdhe_rsa_aes_256_sha", false, locked); pref("security.ssl3.rsa_aes_128_sha", false, locked); pref("security.ssl3.rsa_aes_256_sha", false, locked);
+// Wrapping a static pref to lock it and prevent changing. +// See tor-browser#40565. +pref("security.tls.version.enable-deprecated", false, locked);
// Misc privacy: Remote pref("browser.send_pings", false);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ec04e75...