tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit d297c8f2afa73d38354ba76fb22ce5207b01a283
parent a2ae13bbcd8dbd33a943cd674b9cfde766c8e20a
Author: Punam Dahiya <pdahiya@mozilla.com>
Date:   Wed, 19 Nov 2025 10:06:28 +0000

Bug 2000882 - Add pref to enable AI Window r=Mardak,ai-frontend-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D273106

Diffstat:
Mbrowser/app/profile/firefox.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js @@ -2240,6 +2240,9 @@ pref("browser.ml.smartAssist.endpoint", ""); pref("browser.ml.smartAssist.model", ""); pref("browser.ml.smartAssist.overrideNewTab", false); +// AI Window Feature +pref("browser.aiwindow.enabled", false); + // Block insecure active content on https pages pref("security.mixed_content.block_active_content", true);