this post was submitted on 27 Nov 2023
1171 points (99.4% liked)

Firefox

17857 readers
1 users here now

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

founded 5 years ago
MODERATORS
 

No need to remove the URL tracking parameters manually. πŸ₯³

Firefox copy link without site tracking

you are viewing a single comment's thread
view the rest of the comments
[–] YtA4QCam2A9j7EfTgHrH 177 points 2 years ago (5 children)

They should make this the default.

[–] Bishma@discuss.tchncs.de 136 points 2 years ago (3 children)

Or a setting that makes it the default.

I don't like any software I use to destroy data (even tracking data) without my say so.

[–] faintwhenfree@lemmus.org 45 points 2 years ago (1 children)

Hmm, I agree with you 100%, but power of defaults is how big companies get average consumers. Maybe Firefox should make it default with a setting to turn it on?

A setting titled "allow copying of tracking data", a lot of people won't allow.

Fight fire with fire.

[–] LufyCZ@lemmy.world -5 points 2 years ago* (last edited 2 years ago) (1 children)

This just:

  1. Encourages companies to try to work around it

  2. More importantly, possibly breaks important functionality

[–] uis@lemmy.world 11 points 2 years ago* (last edited 2 years ago) (1 children)

It's like saying GDPR encourages companies to try work around data protection, so it should not be implemented.

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

It's not like that at all.

Links support parameters for a reason, and I promise you that the main reason isn't tracking. They can convey important info like the language, search parameters, a specific comment, etc.

Removing them willy-nilly by default is going to cause issue sooner or later, and then people are going to blame Firefox for "not working" and are just gonna switch to Chrome because "it just works".

That's not what we want is it?

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

As I understand now it removes only limited set of query strings

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

Yeah but the list is hardcoded. Collisions can happen.

Also, since it's hardcoded, it's easily gameable, and it will be gamed if too many people start filtering them out.

It's a good start but a bad solution overall

[–] uis@lemmy.world 1 points 2 years ago (1 children)
[–] LufyCZ@lemmy.world 2 points 2 years ago

The trackers can be renamed to anything that's regularly used in other places.

Pushing to make this a default will only harm the small minority that might be enjoying the benefits right now.

At least with the current way it's set up.

[–] Contend6248@feddit.de 8 points 2 years ago (1 children)

Opt-out then, the majority won't care

[–] theo@lemmy.world 5 points 2 years ago

If you wanted to do this and make it default, I believe you should be able to do so using userChrome.css. You won't be able to change the text, but you can remove the old menu item.

[–] hiramfromthechi@lemmy.world 29 points 2 years ago

Or at least the option to make it the default. I could see some situations where someone may want to test a link with non-identifying parameters (like identifying the campaign source), and not wanting to have that stripped from the URL by default.

But I get you, from a consumer perspective I'd also want it as my default.

In the meantime, there's ClearURLs or uBlock Origin with filter lists.

[–] meldrik@lemmy.wtf 6 points 2 years ago (1 children)

Doesn’t it just clean up the link or does Firefox actually know which part of the link to remove?

[–] DogMuffins@discuss.tchncs.de 3 points 2 years ago (1 children)
[–] meldrik@lemmy.wtf 3 points 2 years ago (3 children)

How does it know what part of the link is the site tracking?

[–] Blackmist@feddit.uk 3 points 2 years ago

Looks like it has a list of global and site specific parameters that it is safe to remove.

[–] bitwolf@lemmy.one 2 points 2 years ago

Generally, most are variables prefixed with utm_

They likely built an index from most of the Analytics services also.

[–] DogMuffins@discuss.tchncs.de 0 points 2 years ago

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.

[–] bitwolf@lemmy.one 5 points 2 years ago* (last edited 2 years ago) (1 children)

There's an addon I use for the Android version that does this by default.

It does miss some queryparams though but it dramatically reduces the URL size for the big offending sites.

[–] corbin 5 points 2 years ago

It’s not the default because it can break links sometimes, like links that have authentication details in the parameters.