1271
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Nov 2023
1271 points (99.4% liked)
Firefox
20475 readers
18 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
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.