From 45aa60932a373b29d5953d2ad3b0d7af77ff04f2 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 7 Jun 2024 22:46:39 +0000 Subject: [PATCH] 0201 inactive, fixes #1817 --- user.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index bb9ed89..db30e96 100644 --- a/user.js +++ b/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]