Skip to content

Commit

Permalink
Fix Twitter's redirector (fixes brave/brave-browser#28184)
Browse files Browse the repository at this point in the history
The `t` parameter is required for the Twitter redirector to work.

This reverts commit 2c2afa6.
  • Loading branch information
fmarier committed Feb 3, 2023
1 parent 4293473 commit a3038b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser/net/brave_query_filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ 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"},
// https://github.com/brave/brave-browser/issues/26966
{"ref_src", "twitter.com"},
{"ref_url", "twitter.com"},
Expand Down

0 comments on commit a3038b4

Please sign in to comment.