Skip to content

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 by Thorin
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information