henry pushed to branch tor-browser-140.0esr-15.0-1 at The Tor Project /
Applications / Tor Browser
Commits:
360585a0 by Henry Wilkes at 2025-07-17T12:45:10+00:00
fixup! Firefox preference overrides.
TB 43989: Disable the preference for the AI chatbot in the new sidebar.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -306,9 +306,12 @@
pref("browser.search.serpEventTelemetryCategorization.enabled", 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.
+// re-enable after auditing and fixing the UX (tor-browser#41837).
pref("browser.translations.enable", false);
+// Disable third party AI chatbot. tor-browser#43989.
+pref("browser.ml.chat.enabled", 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/360585a09bf653ca9c2a047a9c57ef2959b2c5d9
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/360585a09bf653ca9c2a047a9c57ef2959b2c5d9
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]