1
0

0201: remove mozilla API as it is now default 55+

This commit is contained in:
Thorin-Oakenpants 2017-08-05 09:07:09 +12:00 committed by GitHub
parent c7cd524f21
commit 29ce831774

View File

@ -72,7 +72,7 @@ user_pref("browser.shell.checkDefaultBrowser", false);
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 ***/
user_pref("geo.enabled", false);
user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
user_pref("geo.wifi.uri", "");
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", "");