[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.0esr-14.0-2] fixup! Firefox preference overrides.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Tue Jul 30 07:05:29 UTC 2024
Pier Angelo Vendrame pushed to branch tor-browser-128.0esr-14.0-2 at The Tor Project / Applications / Tor Browser
Commits:
f5137417 by Pier Angelo Vendrame at 2024-07-29T18:45:42+02:00
fixup! Firefox preference overrides.
Bug 42872: Disable translations.
Currently, the UX is kinda bad in Tor Browser (RFP might be a reason).
Also, we should audit it first, to make sure it is not a
fingerprinting concern (or if it is, we should make sure it is an
acceptable one).
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -259,6 +259,11 @@ pref("browser.newtabpage.activity-stream.asrouter.providers.messaging-experiment
// Disable fetching asrouter.ftl and related console errors (tor-browser#40763).
pref("browser.newtabpage.activity-stream.asrouter.useRemoteL10n", false);
+// tor-browser#42872, #42555: Disable translations.
+// Translation have a bad UX in 128 (and with our config). Maybe we will
+// re-enable after auditing and fixing the UX.
+pref("browser.translations.enable", false);
+
// tor-browser#41945 - disable automatic cookie banners dismissal until
// we're sure it does not causes fingerprinting risks or other issues.
pref("cookiebanners.service.mode", 0);
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f5137417741a04436b6914959a05fddebe567488
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f5137417741a04436b6914959a05fddebe567488
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/20240730/b67e7e54/attachment-0001.htm>
More information about the tbb-commits
mailing list