this post was submitted on 14 Jul 2024
2 points (100.0% liked)

Technology

67921 readers
26 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
all 9 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

So I read a bit of Mozilla’s documentation about this feature. It sounds like they’re trying to replace the current practices with something safer. Honestly, my first thought is that this is a good thing for two reasons.

  • It’s an attempt to replace cross site tracking methods, which are terrible
  • Those of us that fight against ads, tracking, etc. can simple use typical methods to block the api. Methods that were already using (I think)

If both of these are true, then it could be a net positive for the world. Please tell me if I’m wrong!

[–] [email protected] 1 points 9 months ago

Sometimes I just get tired of having to fight against software to have it behave in a semi-decent way. The same way you technically "can" run a decent windows installation after removing/disabling/blocking a ton of stuff, I don't really want a browser that can be trusted after you had to tinker with dozens of settings to just get back to basic non-intrusive behavior.

I said this in another thread on the same topic somewhere else, but considering user tracking as an inevitability that we have to accept means we've already lost on that front.

[–] [email protected] -1 points 9 months ago (1 children)

To disable:

user_pref("dom.private-attribution.submission.enabled", false);
[–] [email protected] 0 points 9 months ago (1 children)

Alternatively you can do the same through Settings -> Privacy & Security -> Website Advertising Preferences and uncheck "Allow websites to perform privacy-preserving ad measurement"

[–] [email protected] -1 points 9 months ago

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.