Skip to content

Commit

Permalink
0201: geo.wifi.uri fixup
Browse files Browse the repository at this point in the history
This description should cover everyone. No longer care if and when Mozilla push the change
  • Loading branch information
Thorin-Oakenpants authored Aug 5, 2017
1 parent ea713ab commit 98698c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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", "");
Expand Down

1 comment on commit 98698c8

@Thorin-Oakenpants
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for the record. FF55+ was going to make the mozilla API the new value, but at the last second they reneged - not pissing around with this anymore - it stays blank, API key provided for info for people who bother to read

Please sign in to comment.