Switch to Mozilla as geolocalization provider

Not that Mozilla is much better, but I still have to find something decent.
This commit is contained in:
2021-08-20 19:51:01 +02:00
parent e716d83795
commit 17bd349bc4

View File

@@ -30,6 +30,7 @@ user_pref("browser.discovery.sites", "");
// Geolocation // Geolocation
user_pref("geo.enabled", false); user_pref("geo.enabled", false);
user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"e);
user_pref("geo.wifi.logging.enabled", false); user_pref("geo.wifi.logging.enabled", false);
user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"); user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");