-
Notifications
You must be signed in to change notification settings - Fork 542
Turn off an advertising reporting feature #1967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The "dom.private-attribution.submission.enabled" preference controls a feature called "Privacy-Preserving Attribution" co-developed by Mozilla and Meta. This feature creates privacy risks that normal product telemetry does not.
According to a Bugzilla discussion, this ad feature is turned off by default when all telemetry is disabled. 1908312 - Update settings UI to clarify that PPA is disabled when telemetry is disabled However, some users may want to leave the normal telemetry on, because the data feeds into product improvements that benefit all users, while turning the ad tracking features off, because they enable deceptive surveillance advertising practices. (Even though PPA does not track me as an individual, I choose to turn it off and leave telemetry turned on) |
Hey :) I read all your entries at https://planet.mozilla.org .. nice work 👍 or as they say, I drink and I know things (cuz I read) So the reason it wasn't added is because it's covered by the master telemetry switch. I recently moved telemetry into it's own section so I could explain it (Telemetry ) was harmless, and I guess, now with that explained, some users might choose to add override prefs to enable it all back on (it's quite a few prefs) but IDK if anyone would actually bother. I have just arrived back from a month away in Europe (work related) so I need some time to catch up - that and I need a break. I will need to revisit exactly what PPA does. If it has any privacy concerns (I need to refresh my memory) then I wouldn't put in the telemetry section since that is all about how it isn't a privacy concern - if there is a privacy concern then more likely I will add it to Don't fret if nothing happens for a while, I think I'll mostly be AWOL til July |
Thank you. Personally I leave the regular telemetry on, because my interests and the developer's interests in having a working browser are aligned. The results of product telemetry are fed into making a better product for all users, which imho is a win-win. But -- especially as we shift to a lower-trust economy -- I don't have that kind of shared interest with the kinds of players who would best be able to use the PPA data. (more: why I’m turning off Firefox ad tracking: the PPA paradox) (I mostly agree with noyb.eu on this feature: Firefox tracks you with “privacy preserving” feature) Breaking PPA out as a separate item that people can easily turn off without turning off telemetry would be doing Mozilla a favor. When they eventually drop this feature (as they have done with previous, far less problematic, in-browser ads) it will be better for them to have more users left with the regular telemetry still on. Enjoy your break and happy to help when you get back. |
I have some news for you @dmarti scroll down to cookie extensions ... Cookie Auto Delete does not work with partitioning which has been the default in Firefox for about |
Looks like ppa will be going away soon On a side note, I love how newer bugzilla accounts with editbugs are just outright filing cryptic bugs now... |
Hah, so it's never been used (wasn't interested in following it since the UI was hidden and covered by another pref we have) - not much point adding anything then |
@Thorin-Oakenpants Thank you for the update on Cookie Auto Delete. There are still discussions at W3C about bringing this ad feature back under another name (now just "attribution" not "privacy-preserving attribution" w3c/ppa@61a6925 ) I'll do a new PR in the future if needed. |
The "dom.private-attribution.submission.enabled" preference controls a feature called "Privacy-Preserving Attribution" co-developed by Mozilla and Meta. This feature creates privacy risks that normal product telemetry does not.