From 3b61bebae68a392db3795bc7b6f7254342e32ad3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 Jul 2024 16:04:41 +0300 Subject: [PATCH] firefox: explicitly enable geoclue and gpsd --- etc/firefox/policies/policies.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index a47e5790..8464134c 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -626,6 +626,18 @@ "Value": "https://beacondb.net/v1/geolocate", "Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865" }, + "geo.provider.use_geoclue": { + "Comment": "Helpful especially with /etc/geolocation", + "Status": "default", + "Type": "boolean", + "Value": true + }, + "geo.provider.use_gpsd": { + "Comment": "I am trying to see if gpsd will speak to other apps too.", + "Status": "default", + "Type": "boolean", + "Value": true + }, "image.animation.mode": { "Comment": "Preference not allowed for stability reasons. :(", "Status": "default",