Skip to content

Commit

Permalink
Merge pull request #20254 from brave/more-query-string-params
Browse files Browse the repository at this point in the history
Add more query string parameters to our list
  • Loading branch information
fmarier committed Sep 22, 2023
2 parents 4a53732 + a836ac4 commit f889f04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/query_filter/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ static constexpr auto kSimpleQueryStringTrackers =
"guce_referrer", "guce_referrer_sig",
// https://github.com/brave/brave-browser/issues/31084
"mtm_cid", "pk_cid",
// https://github.com/brave/brave-browser/issues/32488
"at_recipient_id", "at_recipient_list",
// https://github.com/brave/brave-browser/issues/33172
"unicorn_click_id",
// https://github.com/brave/brave-browser/issues/33188
"_gl",
// https://github.com/brave/brave-browser/issues/26295
"vgo_ee"});

Expand Down

0 comments on commit f889f04

Please sign in to comment.