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

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Jan 12 12:54:31 UTC 2023



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/2ec04e750ebb1fd9c31f6b33f1becbba8135d95c

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2ec04e750ebb1fd9c31f6b33f1becbba8135d95c
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/172be888/attachment.htm>


More information about the tbb-commits mailing list