Skip to content

Commit

Permalink
Merge pull request #12893 from brave/dialog-insight-query-string-22082
Browse files Browse the repository at this point in the history
Filter Dialog Insight trackers from URLs
  • Loading branch information
fmarier authored Apr 6, 2022
2 parents b34d120 + aaca416 commit d5c8ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/net/brave_site_hacks_network_delegate_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ const std::string& GetQueryStringTrackers() {
"gbraid", "wbraid",
// https://github.com/brave/brave-browser/issues/9019
"_hsenc", "__hssc", "__hstc", "__hsfp", "hsCtaTracking",
// https://github.com/brave/brave-browser/issues/22082
"oft_id", "oft_k", "oft_lk", "oft_d", "oft_c", "oft_ck", "oft_ids",
"oft_sk",
// https://github.com/brave/brave-browser/issues/11580
"igshid"}),
"|"));
Expand Down

0 comments on commit d5c8ed3

Please sign in to comment.