tor-browser

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

commit 7bbf79f1dd69a559d47fe0a64e423b2e4d61e4bd
parent 9b32a29ee6bd3a64aec22f1dfd399ca8a6d3cce9
Author: Beth Rennie <beth@brennie.ca>
Date:   Fri,  9 Jan 2026 21:10:30 +0000

Bug 2003350 - Add rollout opt-out to about:preferences r=fluent-reviewers,akulyk,flod

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

Diffstat:
Mbrowser/components/preferences/main.js | 1+
Mbrowser/components/preferences/privacy.inc.xhtml | 12++++++++++++
Mbrowser/locales/en-US/browser/preferences/preferences.ftl | 4++++
3 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js @@ -189,6 +189,7 @@ Preferences.addAll([ id: "privacy.userContext.newTabContainerOnLeftClick.enabled", type: "bool", }, + { id: "nimbus.rollouts.enabled", type: "bool" }, // Picture-in-Picture { diff --git a/browser/components/preferences/privacy.inc.xhtml b/browser/components/preferences/privacy.inc.xhtml @@ -676,6 +676,18 @@ </description> #endif # MOZ_NORMANDY </vbox> +#ifdef MOZ_NORMANDY + <checkbox id="enableNimbusRollouts" + data-l10n-id="nimbus-rollouts-enabled" + preference="nimbus.rollouts.enabled"/> + <description class="indent tip-caption"> + <html:span data-l10n-id="nimbus-rollouts-enabled-description" /> + <html:a is="moz-support-link" + id="enableRolloutsLearnMore" + class="learnMore" + support-page="remote-improvements" /> + </description> +#endif # MOZ_NORMANDY <checkbox id="submitUsagePingBox" data-l10n-id="collection-usage-ping" diff --git a/browser/locales/en-US/browser/preferences/preferences.ftl b/browser/locales/en-US/browser/preferences/preferences.ftl @@ -1927,6 +1927,10 @@ collection-studies2 = collection-studies-description = Try out features and ideas before they’re released to everyone. collection-studies-link = View { -brand-short-name } studies +nimbus-rollouts-enabled = + .label = Allow { -brand-short-name } to improve features, performance, and stability between updates +nimbus-rollouts-enabled-description = Changes will be applied remotely. + addon-recommendations2 = .label = Allow personalized extension recommendations addon-recommendations-description = Get extension recommendations to improve your browsing experience.