
henry pushed to branch mullvad-browser-140.0esr-15.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 0de650fd by henry at 2025-07-17T13:50:04+01:00 fixup! Firefox preference overrides. TB 43989: Disable the preference for the AI chatbot in the new sidebar. (cherry picked from commit 360585a09bf653ca9c2a047a9c57ef2959b2c5d9) Co-authored-by: Henry Wilkes <henry@torproject.org> - - - - - 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/mullvad-browser/-/commit/0de6... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/0de6... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
henry (@henry)