LibreAwoo: note sunset of Mozilla Location Services

This commit is contained in:
Aminda Suomalainen 2024-03-29 17:16:42 +02:00
parent a581ee2dd5
commit 1b09a0eaaf
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 1 deletions

View File

@ -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]