Skip to content

Commit

Permalink
Add first-party exception list to the correct adblock engine (uplift …
Browse files Browse the repository at this point in the history
…to 1.60.x) (#20838)

Uplift of #20826 (squashed) to release
  • Loading branch information
brave-builds authored Nov 6, 2023
1 parent 7102481 commit f264191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_shields/browser/ad_block_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ AdBlockService::AdBlockService(
std::make_unique<AdBlockComponentFiltersProvider>(
component_update_service_, kAdBlockExceptionComponentId,
kAdBlockExceptionComponentBase64PublicKey,
kAdBlockExceptionComponentName);
kAdBlockExceptionComponentName, false);
regional_service_manager_ = std::make_unique<AdBlockRegionalServiceManager>(
local_state_, locale_, component_update_service_,
filter_list_catalog_provider_.get());
Expand Down

0 comments on commit f264191

Please sign in to comment.