[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-102.6.0esr-12.0-1] fixup! Firefox preference overrides.

Richard Pospesel (@richard) git at gitlab.torproject.org
Thu Jan 12 20:07:00 UTC 2023



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/eac505b289c46a2276431db0dfe74eea6c6efe9f

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230112/67b55f6e/attachment.htm>


More information about the tbb-commits mailing list