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
[โ€“] aeharding@lemmy.world 16 points 2 years ago (2 children)

Does anyone know where the source code for this is?

[โ€“] beizhia@lemmy.world 15 points 2 years ago

My c++ is pretty rusty, but I hopped through the changelogs. I think this is the source for it here https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/antitracking/URLQueryStringStripper.cpp

[โ€“] Vincent@kbin.social 5 points 2 years ago

I don't know the relevant programming languages so I don't know what to search for, but generally, if you want to find something in the Firefox source code, supposedly https://searchfox.org is a great way to do that.