Disable geolocation

This commit is contained in:
2021-05-29 15:58:15 +02:00
parent 9b49ba343c
commit 8c17bb0b49

5
user.js Normal file
View File

@@ -0,0 +1,5 @@
// Geolocation
user_pref("geo.enabled", false);
user_pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
user_pref("geo.wifi.logging.enabled", false);
user_pref("permissions.default.geo", "2");