this post was submitted on 23 Jul 2025
299 points (100.0% liked)

Firefox

20479 readers
111 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

This is the direction we should be moving in.

Bravo.

you are viewing a single comment's thread
view the rest of the comments
[–] BlursedTarot@lemmy.world 20 points 6 days ago (1 children)

I assume this strips the utm parameters?

[–] Ephera@lemmy.ml 15 points 6 days ago (1 children)

Yeah, and a few other such parameters where it's pretty clear that they're only used for tracking.

[–] Vincent@feddit.nl 4 points 5 days ago (1 children)

I don't think it strips UTM parameters specifically - I think it's limited to parameters that track you individually?

[–] Ephera@lemmy.ml 12 points 5 days ago (1 children)

Hmm, apparently this is the list of parameters it strips: https://searchfox.org/mozilla-release/source/toolkit/components/antitracking/StripOnShareLists/LGPL/StripOnShareLGPL.json

So, yeah, it's only some of the UTM parameters (+ some non-UTM parameters).

[–] Vincent@feddit.nl 4 points 5 days ago

And you brought the receipts too :) Indeed, looks like it's blocking the ones that might potentially identify you, not more generic ones (like utm_content=top_banner or whatever).