From 1b09a0eaafa0a0df27d9b0c97c4f28914c2b2e93 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 29 Mar 2024 17:16:42 +0200 Subject: [PATCH] LibreAwoo: note sunset of Mozilla Location Services --- conf/librewolf.overrides.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/librewolf.overrides.cfg b/conf/librewolf.overrides.cfg index 47211c92..8c7cac27 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -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]