Richard Pospesel pushed to branch tor-browser-102.6.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits: eac505b2 by Dan Ballard at 2023-01-12T20:06:58+00:00 fixup! Firefox preference overrides.
bug 40565: lock security.tls.version.enable-deprecated
(cherry picked from commit 2ec04e750ebb1fd9c31f6b33f1becbba8135d95c) - - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
===================================== browser/app/profile/001-base-profile.js ===================================== @@ -80,6 +80,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/eac505b2...