commit 98698c8e6872955c7331c6bef914fb5e3aba7643
parent ea713abfc6f40dcd867e56d5d5aa3ed94e70b75e
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sun, 6 Aug 2017 04:25:46 +1200
0201: geo.wifi.uri fixup
This description should cover everyone. No longer care if and when Mozilla push the change
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/user.js b/user.js
@@ -70,9 +70,10 @@ user_pref("browser.shell.checkDefaultBrowser", false);
/*** 0200: GEOLOCATION ***/
user_pref("ghacks_user.js.parrot", "0200 syntax error: the parrot's definitely deceased!");
-/* 0201: disable location-aware browsing, but enforce Mozilla's service over Google's ***/
+/* 0201: disable location-aware browsing
+ [NOTE] Use Mozilla's API key if required ***/
user_pref("geo.enabled", false);
-user_pref("geo.wifi.uri", "");
+user_pref("geo.wifi.uri", ""); // "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"
user_pref("geo.wifi.xhr.timeout", 1); // reset this if you use geolocation
user_pref("geo.wifi.logging.enabled", false); // (hidden pref)
user_pref("browser.search.geoip.url", "");