Hacker News new | ask | show | jobs
by brador 3146 days ago
> telemetry would include only basic, anonymised usage info to help them improve Firefox.

This is unacceptable. Why can't I turn it off completely?

2 comments

Seems like you can turn it off completely (except it still collects some data but does not actually send it to Mozilla), but you need to read the docs and toggle some about:config preferences.

https://firefox-source-docs.mozilla.org/toolkit/components/t...

Personally I'd just uncheck all the options exposed in the UI and trust that Mozilla is not collecting stuff behind my back, at least not data that can be de-anonymised.

I believe Santosh83 means even if you leave it on, it will be anonymized performance data
You can't anonymize data in transit since it requires a sender IP which makes the sent performance data susceptible to interception and analysis by intermediaries.
It's boring data, encrypted in transit (HTTPS). About the only thing intermediaries can learn is that someone used Firefox at the time of the request.