user-agent-desktop
user-agent-desktop copied to clipboard
Use Mozilla geolocation service API instead of the default Google one.
Source : https://github.com/yokoffing/Better-Fox/blob/master/SecureFox.js#L363
// PREF: Use Mozilla geolocation service instead of Google when geolocation is enabled
// user_pref("permissions.default.geo", 0);
user_pref("geo.provider.network.url", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
(Related to #14 )
Other services could also be used, but Mozilla seems to be a fine choice already.
This would require an API key for the Mozilla geolocation service, which we don't have yet. When/if we get a response from Mozilla we could make this change.
Has there been any updates with this?
There are no updates from Mozilla. Lets keep the issue open.