henry pushed to branch base-browser-147.0a1-16.0-2 at The Tor Project / 
Applications / Tor Browser


Commits:
08ba868e by henry at 2026-02-10T12:38:50+00:00
fixup! Firefox preference overrides.

TB 44520: Disable Normandy rollout.

This preference is added in Firefox 149 from bugzilla bug 2003350.


(cherry picked from commit 2cccadc118b01d07ba00109b5ac082698d141332)

Co-authored-by: Henry Wilkes <[email protected]>
- - - - -


1 changed file:

- browser/app/profile/001-base-profile.js


Changes:

=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -417,6 +417,9 @@ pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0);
 pref("messaging-system.rsexperimentloader.enabled", false);
 // true means that you are *not* opting out. See its usage in various file.
 pref("app.shield.optoutstudies.enabled", false);
+// Disable nimbus rollouts.
+// See bugzilla bug 2003350. See tor-browser#44520.
+pref("nimbus.rollouts.enabled", false);
 // Disable Normandy/Shield
 pref("app.normandy.enabled", false);
 pref("app.normandy.api_url", "");



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/08ba868e1eeba5cdbcb6b6e4fff65fa7e6b16e38

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/08ba868e1eeba5cdbcb6b6e4fff65fa7e6b16e38
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to