kayky@thelemmy.club to Firefox@lemmy.ml · 3 days agoWhoever came up with this is a geniuslemmy.mlimagemessage-square36fedilinkarrow-up1308arrow-down10file-text
arrow-up1308arrow-down1imageWhoever came up with this is a geniuslemmy.mlkayky@thelemmy.club to Firefox@lemmy.ml · 3 days agomessage-square36fedilinkfile-text
minus-squareBlursedTarot@lemmy.worldlinkfedilinkEnglisharrow-up20·3 days agoI assume this strips the utm parameters?
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up15·3 days agoYeah, and a few other such parameters where it’s pretty clear that they’re only used for tracking.
minus-squareVincent@feddit.nllinkfedilinkarrow-up4·3 days agoI don’t think it strips UTM parameters specifically - I think it’s limited to parameters that track you individually?
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up12·3 days agoHmm, 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).
minus-squareVincent@feddit.nllinkfedilinkarrow-up4·3 days agoAnd 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).
I assume this strips the utm parameters?
Yeah, and a few other such parameters where it’s pretty clear that they’re only used for tracking.
I don’t think it strips UTM parameters specifically - I think it’s limited to parameters that track you individually?
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).
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).