this post was submitted on 27 Nov 2023
1273 points (99.4% liked)
Firefox
17849 readers
72 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There's various well-known tracking parameters that can be stripped, like UTM parameters. Stripping all query parameters would break a lot of sites, like anything in the vein of http://example.com/site.php?id=123
Blanket-removing the query string would break many real links, so I'd imagine it's more nuanced than that.
I really hope they're not sending the URL anywhere..
I don't see why they should send the URL somewhere. For Googley reasons, most tracking parameters start with "utm_". You can remove those pretty naïvely, generally without links breaking.