Skip to content

Commit

Permalink
Remove Twitter's t query parameter (fixes brave/brave-browser#26756)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Nov 17, 2022
1 parent 42e372f commit 2c2afa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser/net/brave_query_filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ static constexpr auto kScopedQueryStringTrackers =
base::MakeFixedFlatMap<base::StringPiece, base::StringPiece>({
// https://github.com/brave/brave-browser/issues/11580
{"igshid", "instagram.com"},
// https://github.com/brave/brave-browser/issues/26756
{"t", "twitter.com"},
});

// Remove tracking query parameters from a GURL, leaving all
Expand Down

0 comments on commit 2c2afa6

Please sign in to comment.