user-agent-desktop icon indicating copy to clipboard operation
user-agent-desktop copied to clipboard

Use Mozilla geolocation service API instead of the default Google one.

Open PoorPocketsMcNewHold opened this issue 4 years ago • 3 comments

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.

PoorPocketsMcNewHold avatar Dec 08 '20 09:12 PoorPocketsMcNewHold

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.

sammacbeth avatar Dec 11 '20 13:12 sammacbeth

Has there been any updates with this?

yokoffing avatar Feb 10 '21 20:02 yokoffing

There are no updates from Mozilla. Lets keep the issue open.

chrmod avatar Feb 18 '21 11:02 chrmod