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
1 changed file:
Changes:
... | ... | @@ -306,9 +306,12 @@ pref("browser.search.serpEventTelemetryCategorization.enabled", false); |
306 | 306 | |
307 | 307 | // tor-browser#42872, #42555: Disable translations.
|
308 | 308 | // Translation have a bad UX in 128 (and with our config). Maybe we will
|
309 | -// re-enable after auditing and fixing the UX.
|
|
309 | +// re-enable after auditing and fixing the UX (tor-browser#41837).
|
|
310 | 310 | pref("browser.translations.enable", false);
|
311 | 311 | |
312 | +// Disable third party AI chatbot. tor-browser#43989.
|
|
313 | +pref("browser.ml.chat.enabled", false);
|
|
314 | + |
|
312 | 315 | // tor-browser#41945 - disable automatic cookie banners dismissal until
|
313 | 316 | // we're sure it does not causes fingerprinting risks or other issues.
|
314 | 317 | pref("cookiebanners.service.mode", 0);
|