mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
LibreAwoo: note sunset of Mozilla Location Services
This commit is contained in:
parent
a581ee2dd5
commit
1b09a0eaaf
@ -232,7 +232,10 @@ pref("permissions.manager.defaultsUrl", ""); // revoke special permissions for s
|
||||
|
||||
// Aminda stripped safebrowsing here as even in LibreWolf filtering DNS is used + the extensions.
|
||||
|
||||
pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||
// Default (2024-03-29)
|
||||
//pref("geo.provider.network.url", "https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_LOCATION_SERVICE_API_KEY%");
|
||||
// Sunset https://github.com/mozilla/ichnaea/issues/2065
|
||||
//pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||
// Although I doubt they will improve accuracy, why not?
|
||||
pref("geo.provider.use_gpsd", true); // [LINUX]
|
||||
pref("geo.provider.use_geoclue", true); // [LINUX]
|
||||
|
Loading…
Reference in New Issue
Block a user