tor-browser

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

commit 5c85e9ee89e50d6fd5fd8ee689046aabb1db0ab1
parent 4e003b2c86ce30859c16ac01175ab855c83b25f0
Author: AbogeJr <junioraboge@gmail.com>
Date:   Thu,  4 Dec 2025 19:21:57 +0000

Bug 2003194 - Remove unused identity.fxaccounts.migrateToDevEdition pref r=gregp

- Removes the identity.fxaccounts.migrateToDevEdition pref which became
unused in https://bugzilla.mozilla.org/show_bug.cgi?id=1395460

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

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

diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js @@ -2294,14 +2294,6 @@ pref("identity.sendtabpromo.url", "https://support.mozilla.org/1/firefox/%VERSIO pref("identity.mobilepromo.android", "https://www.mozilla.org/firefox/android/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign="); pref("identity.mobilepromo.ios", "https://www.mozilla.org/firefox/ios/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign="); -// Migrate any existing Firefox Account data from the default profile to the -// Developer Edition profile. -#ifdef MOZ_DEV_EDITION - pref("identity.fxaccounts.migrateToDevEdition", true); -#else - pref("identity.fxaccounts.migrateToDevEdition", false); -#endif - // How often should we try to fetch missed FxA commands on sync (in seconds). // Default is 24 hours. pref("identity.fxaccounts.commands.missed.fetch_interval", 86400);