-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Twitter's t
tracking parameter
#26756
Remove Twitter's t
tracking parameter
#26756
Comments
Note that there is also an Both |
While the parameter is now filtered out, #23742 remains and so a complete fix for Twitter depends on that issue getting fixed. |
Verified
|
Brave | 1.47.110 Chromium: 108.0.5359.71 (Official Build) beta (x86_64) |
---|---|
Revision | 1e0e3868ee06e91ad636a874420e3ca3ae3756ac-refs/branch-heads/5359@{#1016} |
OS | macOS Version 13.1 (Build 22C5059b) |
Steps:
- opened
https://www.instagram.com/desusbloodyshoes/?igshid=abcdef and confirm that the
igshid` parameter is missing from the query string. - opened
https://brave.com/?igshid=abcdef
and confirmed that theigshid
parameter is present in the query string. - opened
https://twitter.com/fmarier/status/1574869891978784769?s=21&t=lkfjeslkfjes&fbclid=1234
and confirmed that neither thet
nor thefbclid
parameters were in the URL (buts=21
was still there).
step 1 | step 2 | step 3 |
---|---|---|
@fmarier Did this get reversed? I am looking at the code section linked in #41849 (comment) but I cannot find anything about the |
On desktop, you can go into your profile directory and find this component and open/inspect the The section for Twitter/X looks like this:
|
We had to remove it from the query filter list (brave/brave-core#16968) due to webcompat problems. But like @bsclifton said, it's still removed if you use the copy-clean-link feature: https://github.com/brave/adblock-lists/blob/88bc194fb88844712c4b2e068954befa9ae7f225/brave-lists/clean-urls.json#L265-L281 |
@bsclifton @fmarier I need this more on mobile than I do desktop. Are they auto-cleaned (#41849 (comment)) like the rest or do I have to use the manual copy clean link? |
It's the same on mobile and desktop: the |
Twitter adds a
t
parameter to the query string which appears to be linked to the Twitter account. Since these could be found in links that people share outside of Twitter, they have the potential for cross-site tracking of users. We should remove them on*.twitter.com
.This will require adding support for scoping our existing rules to a specific origin/hostname (or just a URL pattern).
Once we have this support in place, we should scope the Instagram share ID to
*.instagram.com
as well.The text was updated successfully, but these errors were encountered: