HiramFromTheChi@lemmy.world to Firefox@lemmy.mlEnglish · 2 years agoFirefox now supports clean URLs with the new "Copy link without site tracking" optionmessage-squaremessage-square97linkfedilinkarrow-up11.28Karrow-down18file-text
arrow-up11.27Karrow-down1message-squareFirefox now supports clean URLs with the new "Copy link without site tracking" optionHiramFromTheChi@lemmy.world to Firefox@lemmy.mlEnglish · 2 years agomessage-square97linkfedilinkfile-text
minus-squareMeldrikAlinkfedilinkarrow-up4·2 years agoHow does it know what part of the link is the site tracking?
minus-squareBlackmist@feddit.uklinkfedilinkEnglisharrow-up3·2 years agoLooks like it has a list of global and site specific parameters that it is safe to remove.
minus-squarebitwolf@lemmy.onelinkfedilinkarrow-up2·2 years agoGenerally, most are variables prefixed with utm_ They likely built an index from most of the Analytics services also.
minus-squareDogMuffins@discuss.tchncs.delinkfedilinkEnglisharrow-up2arrow-down2·2 years agoI think it’s a combination of things, a basic approach of removing the query string (after the question mark) with exceptions for different sites that might need some of the query string.
How does it know what part of the link is the site tracking?
Looks like it has a list of global and site specific parameters that it is safe to remove.
Generally, most are variables prefixed with
utm_
They likely built an index from most of the Analytics services also.
I think it’s a combination of things, a basic approach of removing the query string (after the question mark) with exceptions for different sites that might need some of the query string.