Skip to content

Commit

Permalink
Merge pull request #8266 from brave/pr8262_cname-block-regression_1.22.x
Browse files Browse the repository at this point in the history
Use cname url when blocking (uplift to 1.22.x)
  • Loading branch information
kjozwiak authored Mar 18, 2021
2 parents 25cd280 + 6fe329c commit c110def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/net/brave_ad_block_tp_network_delegate_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void ShouldBlockAdOnTaskRunner(std::shared_ptr<BraveRequestInfo> ctx,
const GURL canonical_url = ctx->request_url.ReplaceComponents(replacements);

g_brave_browser_process->ad_block_service()->ShouldStartRequest(
ctx->request_url, ctx->resource_type, source_host, &did_match_rule,
canonical_url, ctx->resource_type, source_host, &did_match_rule,
&did_match_exception, &did_match_important, &ctx->mock_data_url);
}

Expand Down

0 comments on commit c110def

Please sign in to comment.