-
-
Notifications
You must be signed in to change notification settings - Fork 386
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
Strip UTM parameters from third-party https requests #2162
base: master
Are you sure you want to change the base?
Conversation
d0b5f1c
to
5a04219
Compare
Again, the test failure comes from a timeout. I'll rebase in order to trigger the tests again. |
...and all main-frame requests. Leave first-party background requests and private or social widget requests alone.
726e16a
to
c3fb885
Compare
And now this:
|
Might be worth handling |
We just got a PR to remove "fbclid" from outgoing Facebook links as part of existing Facebook link cleaning: #2207. |
Also worth removing |
#681 (comment)
Strip Urchin Tracking Module (UTM) parameters from URLs in main-frame and third-party background requests. Only operate on https:// urls to avoid conflicts with HTTPSE. Leave first-party background requests and private or social widget requests alone.