Browse Source

0201: geo.wifi.uri fixup

This description should cover everyone. No longer care if and when Mozilla push the change
Thorin-Oakenpants 7 years ago
parent
commit
98698c8e68
1 changed files with 3 additions and 2 deletions
  1. 3 2
      user.js

+ 3 - 2
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", "");