From 0eaf64e35778b5eb892f30e09d79a4afee91e1b2 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 29 Jun 2024 06:27:35 +0300 Subject: [PATCH] firefox: clear geo.provider.network.url --- etc/firefox/policies/policies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index d1a2ddb0..24267024 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -554,7 +554,8 @@ "Value": 0 }, "geo.provider.network.url": { - "Status": "default", + "Comment": "Firefox only sends connected AP that won't work due to _nomap and the server side requires more than one as well. beacondb/beacondb#8", + "Status": "clear", "Type": "string", "Value": "https://beacondb.net/v1/geolocate" },