firefox: explicitly use beacondb & cleanup geo.provider.network.url

This commit is contained in:
Aminda Suomalainen 2024-11-02 13:54:00 +02:00
parent 365905f796
commit 62e5fec5db
No known key found for this signature in database

View File

@ -662,14 +662,9 @@
"Value": 0
},
"geo.provider.network.url": {
"Comment": "See geoclue below.",
"Comment_beacondb": "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",
"Comment_positon": "https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229",
"Status": "locked",
"Type": "string",
"Value": "",
"Value_beacondb": "https://api.beacondb.net/v1/geolocate?force_ok=true",
"Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865"
"Value": "https://api.beacondb.net/v1/geolocate?force_ok=true"
},
"geo.provider.use_geoclue": {
"Comment": "/etc/geolocation, gpsd and global WPS configuration.",