Skip to content

Commit

Permalink
Merge pull request #20728 from brave/impact-yandex-facebook-query-params
Browse files Browse the repository at this point in the history
Filter Yandex, Impact.com and Facebook URL parameters
  • Loading branch information
fmarier authored Oct 28, 2023
2 parents d353689 + 474625d commit 87687be
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 @@ -65,6 +65,12 @@ static constexpr auto kSimpleQueryStringTrackers =
"unicorn_click_id",
// https://github.com/brave/brave-browser/issues/33188
"_gl",
// https://github.com/brave/brave-browser/issues/33952
"irclickid",
// https://github.com/brave/brave-browser/issues/33216
"ymclid", "ysclid",
// https://github.com/brave/brave-browser/issues/33984
"fb_action_ids", "fb_comment_id",
// https://github.com/brave/brave-browser/issues/26295
"vgo_ee"});

Expand Down

0 comments on commit 87687be

Please sign in to comment.