Skip to content
GitLab
  • Explore
  • Sign in
  • The Tor Project
  • Applications
  • Tor BrowserTor Browser
  • Issues
  • #41576

ESR115: ensure no remote calls for weather & addon suggestions

FF108+ 1799363 - FYI uses regionalPrefsLocales bugzilla 1809201 - even if we patched that to use AppLocale, it doesn't make sense in the Tor world

user_pref("browser.urlbar.suggest.weather", false);
user_pref("browser.urlbar.weather.featureGate", false);

FF115+ 1833553 / 1832474

user_pref("browser.urlbar.suggest.addons", false);
user_pref("browser.urlbar.addons.featureGate", false);

FF115 ships with both these featureGates as false - but we should make sure there are no remote calls

Edited Jul 23, 2023 by Thorin
Assignee
Assign to
Time tracking