summarylogtreecommitdiffstats
path: root/firefox-52-disable-location.services.mozilla.com.patch
diff options
context:
space:
mode:
authorw2017-03-10 09:36:36 +0100
committerw2017-03-10 09:36:36 +0100
commit05d489ba90bc47c78c5c747aa577bc5c53c929a3 (patch)
tree213f2320f141e5e6f8c1c2591c61d900265bf3aa /firefox-52-disable-location.services.mozilla.com.patch
parent9de6fb26223a79c54f557e5233dbf583b3d781a3 (diff)
downloadaur-05d489ba90bc47c78c5c747aa577bc5c53c929a3.tar.gz
Update Firefox 52 ESR
Diffstat (limited to 'firefox-52-disable-location.services.mozilla.com.patch')
-rw-r--r--firefox-52-disable-location.services.mozilla.com.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/firefox-52-disable-location.services.mozilla.com.patch b/firefox-52-disable-location.services.mozilla.com.patch
new file mode 100644
index 000000000000..42f25557ec75
--- /dev/null
+++ b/firefox-52-disable-location.services.mozilla.com.patch
@@ -0,0 +1,24 @@
+--- firefox-45.0esr.bak/toolkit/components/search/nsSearchService.js 2016-03-13
++++ firefox-45.0esr/toolkit/components/search/nsSearchService.js 2016-03-13
+@@ -436,6 +436,10 @@
+ return;
+ }
+
++ // Prevent Firefox from contacting location.services.mozilla.com on a new profile
++ Services.prefs.setCharPref("browser.search.region", "US");
++ return;
++
+ // If we have 'isUS' but no 'countryCode' then we are almost certainly
+ // a profile from Fx 34/35 that set 'isUS' based purely on a timezone
+ // check. If this said they were US, we force region to be US.
+@@ -522,6 +526,10 @@
+ countryCode = Services.prefs.getCharPref("browser.search.countryCode");
+ } catch(e) {}
+
++ // No countryCode set, use US as default, don't contact location.services.mozilla.com
++ Services.prefs.setCharPref("browser.search.countryCode", "US");
++ return;
++
+ if (!countryCode) {
+ // We don't have it cached, so fetch it. fetchCountryCode() will call
+ // storeCountryCode if it gets a result (even if that happens after the