this post was submitted on 04 Nov 2023
1662 points (99.5% liked)

Firefox

20329 readers
101 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
 

Currently still in Nightly and only on 'Copy Link'. Still nice progress though.

you are viewing a single comment's thread
view the rest of the comments
[–] dQw4w9WgXcQ@lemm.ee 14 points 2 years ago (1 children)

How does firefox determine which params are trackers and which params are required data?

[–] unsaid0415@szmer.info 8 points 2 years ago (2 children)
[–] RagingRobot@lemmy.world 4 points 2 years ago (2 children)

So how long before they start changing the param names? Lol

[–] unsaid0415@szmer.info 9 points 2 years ago* (last edited 2 years ago) (1 children)

Right now you have to go out of your way to select the "Copy without tracking params" from the context menu. It's not like it threatens Google's business model

If they do start changing them you'll need an uRemoveTheGoddamnTrackingParamsOrigin extension

[–] AtmaJnana@lemmy.world 3 points 2 years ago (1 children)

Changing those param names can actually be pretty complex, because they're used for all sorts of analytics. Whole ad campaigns revolve around those codes, behind the scenes.

[–] sirdorius@programming.dev 3 points 2 years ago

I don't want to give these people any ideas, but you can just pseudo randomize parameter names and decode them server side before storing them for analytics, so this is a non issue.

[–] dQw4w9WgXcQ@lemm.ee 3 points 2 years ago (1 children)

So just a set of strings determined to be used for tracking among a set of hosts? It's not like I have a better solution, but I feel like making this anti-tracking method encourages more complex tracking params. At some point, I wouldn't be surprised to see randomly generated query parameter keys which are resolved server side, making this approach impossible.

[–] 96VXb9ktTjFnRi@feddit.nl 3 points 2 years ago

I completely agree with you, but this is always the problem isn't it? It's a cat and mouse game. If the mouse learns techniques to hide from the cat the cat develops better techniques to find the mouse. It's not a reason for the mouse to stop hiding.