Skip to content

Commit

Permalink
Remove Instagram's igsh share tracker (fixes brave/brave-browser#35094)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarier committed Jan 3, 2024
1 parent 62f21f2 commit 3016a59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/query_filter/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ static constexpr auto kConditionalQueryStringTrackers =
// example.
static const auto kScopedQueryStringTrackers =
std::map<std::string_view, std::vector<std::string_view>>({
// https://github.com/brave/brave-browser/issues/35094
{"igsh", {"instagram.com"}},
// https://github.com/brave/brave-browser/issues/11580
{"igshid", {"instagram.com"}},
// https://github.com/brave/brave-browser/issues/26966
Expand Down

0 comments on commit 3016a59

Please sign in to comment.