mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-15 13:12:57 -04:00
0201 inactive, fixes #1817
This commit is contained in:
parent
3b1e14d9bd
commit
45aa60932a
6
user.js
6
user.js
@ -104,8 +104,10 @@ user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
||||
/*** [SECTION 0200]: GEOLOCATION ***/
|
||||
user_pref("_user.js.parrot", "0200 syntax error: the parrot's definitely deceased!");
|
||||
/* 0201: use Mozilla geolocation service instead of Google if permission is granted [FF74+]
|
||||
* Optionally enable logging to the console (defaults to false) ***/
|
||||
user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||
* Optionally enable logging to the console (defaults to false)
|
||||
* [NOTE] Mozilla's geolocation service is discontinued June 12th, 2024 [1]
|
||||
* [1] https://github.com/mozilla/ichnaea/issues/2065 ***/
|
||||
// user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||
// user_pref("geo.provider.network.logging.enabled", true); // [HIDDEN PREF]
|
||||
/* 0202: disable using the OS's geolocation service ***/
|
||||
user_pref("geo.provider.ms-windows-location", false); // [WINDOWS]
|
||||
|
Loading…
x
Reference in New Issue
Block a user