geoclue
See original GitHub issueNew Linux only prefs:
https://bugzilla.mozilla.org/show_bug.cgi?id=1063572
pref("geo.provider.geoclue.always_high_accuracy", true);
pref("geo.provider.use_geoclue", true);
# Whether to use Geoclue location provider (if available on the system).
- name: geo.provider.use_geoclue
type: bool
value: true
mirror: always
# Whether to always provide high location accuracy, even if site
# doesn't actually request this level of accuracy.
# Almost no site correctly requests high accuracy so force it by default
# for compatibility with other geolocation providers.
- name: geo.provider.geoclue.always_high_accuracy
type: bool
value: true
mirror: always
geo.provider.use_geoclue=false
is worth considering for 0202
IMO.
_Originally posted by @rusty-snake in https://github.com/arkenfox/user.js/issues/1490#issuecomment-1183549133_
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
GeoClue
www/ Software/ GeoClue. Edit · Page History · Repo Info. Moved to gitlab wiki. Last edited Fri May 7 01:22:37 2021.
Read more >geoclue configuration parameters - manpages.ubuntu!
The geoclue geoclue.conf configuration file specifies parameters that control the operation of geoclue. All configurations settings below are mandatory and ...
Read more >GeoClue - GNOME Wiki!
Geoclue has moved, please see https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home. GeoClue (last edited 2020-09-08 18:47:58 by AndreKlapper).
Read more >Is ubuntu-geoip (GeoClue) used for tracking?
GeoClue is a software framework which can be used to enable geospatial awareness in applications. GeoClue uses the D-Bus inter-process ...
Read more >What is Geoclue? Is it safe for privacy? : r/linuxquestions - Reddit
I'm on Kali and came across geoclue-2.0. By name and after googling it seems it does something with location. Is it okay to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think so after having a quick look at the patch (notice the comment on priority and the different
ifdef MOZ_
clauses).also, from 1769664:
who knows. not worth following it IMO - if they fix it then we’re covered, if they don’t then we’re covered