From 3b59570ee068d8bb8ddadf3220cbce32ae7fc607 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 26 Sep 2024 13:51:33 +0300 Subject: [PATCH] {firefox,geoclue}: force_ok beacondb --- etc/firefox/policies/policies.json | 2 +- etc/geoclue/conf.d/beacondb.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index d819502d..fc16fccd 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -668,7 +668,7 @@ "Status": "locked", "Type": "string", "Value": "", - "Value_beacondb": "https://api.beacondb.net/v1/geolocate", + "Value_beacondb": "https://api.beacondb.net/v1/geolocate?force_ok=true", "Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865" }, "geo.provider.use_geoclue": { diff --git a/etc/geoclue/conf.d/beacondb.conf b/etc/geoclue/conf.d/beacondb.conf index 3cf323a9..48d468be 100644 --- a/etc/geoclue/conf.d/beacondb.conf +++ b/etc/geoclue/conf.d/beacondb.conf @@ -1,7 +1,7 @@ # https://beacondb.net & https://beacondb.net/map [wifi] enable=true -url=https://api.beacondb.net/v1/geolocate +url=https://api.beacondb.net/v1/geolocate?force_ok=true # Contributing back submit-data=true submission-url=https://api.beacondb.net/v2/geosubmit