-
Notifications
You must be signed in to change notification settings - Fork 903
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
Hide query tracking parameter from Twitter Service Worker #16217
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fmarier
commented
Dec 3, 2022
patches/content-browser-renderer_host-navigation_controller_impl.cc.patch
Outdated
Show resolved
Hide resolved
fmarier
commented
Dec 3, 2022
patches/content-browser-renderer_host-render_frame_host_impl.cc.patch
Outdated
Show resolved
Hide resolved
fmarier
commented
Dec 3, 2022
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
2 times, most recently
from
December 8, 2022 03:03
f17e383
to
c2be567
Compare
fmarier
added
the
CI/run-upstream-tests
Run upstream unit and browser tests on Linux and Windows (otherwise only on Linux)
label
Dec 8, 2022
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
from
December 8, 2022 19:30
c2be567
to
b1f3d8a
Compare
goodov
force-pushed
the
twitter-t-serviceworker-26910
branch
from
December 8, 2022 21:31
b1f3d8a
to
7891d96
Compare
I hit rebase via Github UI to trigger CI, no other changes. |
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
from
December 9, 2022 04:05
7891d96
to
cc60159
Compare
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
3 times, most recently
from
January 13, 2023 00:37
a4eb0c0
to
7640e4b
Compare
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
13 times, most recently
from
January 24, 2023 04:41
74828f1
to
dff8766
Compare
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
3 times, most recently
from
January 24, 2023 21:34
3caf8f8
to
760b7ce
Compare
goodov
reviewed
Jan 25, 2023
patches/content-browser-renderer_host-navigation_controller_impl.cc.patch
Outdated
Show resolved
Hide resolved
patches/content-browser-renderer_host-render_frame_host_impl.cc.patch
Outdated
Show resolved
Hide resolved
chromium_src/content/browser/renderer_host/navigation_controller_impl.cc
Outdated
Show resolved
Hide resolved
browser/net/brave_site_hacks_network_delegate_helper_browsertest.cc
Outdated
Show resolved
Hide resolved
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
from
January 26, 2023 04:28
760b7ce
to
88c2947
Compare
goodov
reviewed
Jan 26, 2023
patches/content-browser-renderer_host-render_frame_host_impl.cc.patch
Outdated
Show resolved
Hide resolved
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
from
January 26, 2023 08:08
88c2947
to
0edbf9c
Compare
goodov
approved these changes
Jan 26, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
from
January 26, 2023 21:29
0edbf9c
to
69a7ddf
Compare
Rebased onto latest |
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
from
January 26, 2023 23:00
69a7ddf
to
0569dc6
Compare
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
from
January 27, 2023 19:49
0569dc6
to
55a1345
Compare
Due to brave/brave-browser#28184, I will be revising this PR to tackle the other query string trackers when interacting with service workers. |
fmarier
changed the title
Hide Twitter's tracking parameter from Service Workers
Hide query tracking parameter from Twitter Service Worker
Feb 10, 2023
fmarier
force-pushed
the
twitter-t-serviceworker-26910
branch
from
February 10, 2023 01:02
55a1345
to
f2c591a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI/run-network-audit
Run network-audit
CI/run-upstream-tests
Run upstream unit and browser tests on Linux and Windows (otherwise only on Linux)
CI/skip
Do not run CI builds (except noplatform)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes brave/brave-browser#23742
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Renderer-initiated:
fbclid=
parameter is missing from the URL bar.Browser-initiated:
fbclid=
parameter is missing from the URL bar.