Giter Club home page Giter Club logo

Comments (4)

kaihendry avatar kaihendry commented on May 28, 2024

geo.enabled false should hopefully do the trick. https://www.mozilla.org/en-US/firefox/geolocation/

from webconverger-addon.

kaihendry avatar kaihendry commented on May 28, 2024

Still not working: https://www.youtube.com/watch?v=GXbygG4xOFE

from webconverger-addon.

hannosch avatar hannosch commented on May 28, 2024

The Mozilla location service isn't actually used for geolocation in the release or beta channels of Firefox. In those channels we use Google's location service. To turn off geolocation setting independent of the actual backend service, setting the "geo.enabled" flag to false is enough.

In the release channels the Mozilla location service is used to help in figuring out regional search defaults. You can probably set the "browser.search.geoip.url" pref to an empty string (defaults to: "https://location.services.mozilla.com/v1/country?key=%MOZILLA_API_KEY%"). Setting the "browser.search.geoSpecificDefaults" to false might also work and disable the access to the separate https://search.services.mozilla.com/ service at the same time.

from webconverger-addon.

bleetsheep avatar bleetsheep commented on May 28, 2024

browser.search.geoip.url is set to an empty string as recommended above, but still seeing a request to https://location.services.mozilla.com/v1/country?key=xxxxxxxx-a83b-487f-9b5d-xxxxxxxxxxxx when letting the browser idle. This is in 78.7.0esr from the Debian Bullseye repositories.

One (new?) setting I hadn't touched yet is browser.search.geoSpecificDefaults (while browser.search.geoSpecificDefaults.url was already cleared to an empty string) which I now set to false, as well as the geo.enabled setting above. Perhaps that will do the trick. Note that I'm not actually looking to disable geolocation: when the browser asks to share location with a website and I click yes, then I'd actually like to make use of it.

Bit tricky to make firefox not send requests when I'm not browsing websites, combing through and clearing all the domains and urls in about:config isn't enough anymore...

from webconverger-addon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.