Does Firefox explain what measures they’ve taken to protect their aggregation servers? If so, this is a perfectly fine and practical method for privacy preservation
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
Looks like they are using a Prio based protocol. If they are using Prio2+, I think this article is likely overblown. EDIT: I mixed up my sources - Mozilla tested Prio for telemetry collection. They are using a system called IPA for ads, and I don’t know whether there are formal guarantees for this system
So all browsers except some forks of Firefox are cooked now/soon?
To disable:
user_pref("dom.private-attribution.submission.enabled", false);
Alternatively you can do the same through Settings -> Privacy & Security -> Website Advertising Preferences and uncheck "Allow websites to perform privacy-preserving ad measurement"
Yup, but that's already mentioned in the article. Thought I'd give people the exact userpref, so they can modify their custom user.js
if they have one.
Done. Thanks!