tor-browser

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

commit 62cda2f98d9aa52c203162693f11b921e0fc2180
parent ee2f8cd405b387ff0dc9d67cc17f7511e01c990b
Author: Jared Hirsch <ohai@6a68.net>
Date:   Thu,  6 Nov 2025 01:11:09 +0000

Bug 1997147 - Stop syncing the browser.discovery.enabled pref to avoid conflicts with profiles r=markh

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

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

diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js @@ -1673,7 +1673,6 @@ pref("services.sync.prefs.sync.browser.contentblocking.category", true); pref("services.sync.prefs.sync.browser.contentblocking.features.strict", true); pref("services.sync.prefs.sync.browser.crashReports.unsubmittedCheck.autoSubmit2", true); pref("services.sync.prefs.sync.browser.ctrlTab.sortByRecentlyUsed", true); -pref("services.sync.prefs.sync.browser.discovery.enabled", true); pref("services.sync.prefs.sync.browser.download.useDownloadDir", true); pref("services.sync.prefs.sync.browser.firefox-view.feature-tour", true); pref("services.sync.prefs.sync.browser.formfill.enable", true);