[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.0esr-15.0-1] fixup! Firefox preference overrides.



Title: GitLab

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:

Changes:

  • browser/app/profile/001-base-profile.js
    ... ... @@ -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);
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx