Skip to content

Commit

Permalink
Fix brave/brave-ios#8218: Fix issue with not applying aggressive only…
Browse files Browse the repository at this point in the history
… filter lists (brave/brave-ios#8220)
  • Loading branch information
cuba committed Oct 11, 2023
1 parent 5e0c65e commit 02a6cce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public actor FilterListResourceDownloader {
do {
let engine = try await CachedAdBlockEngine.compile(
filterListInfo: filterListInfo, resourcesInfo: resourcesInfo,
isAlwaysAggressive: false
isAlwaysAggressive: isAlwaysAggressive
)
ContentBlockerManager.log.debug("Compiled engine for `\(componentId)` v\(version)")
await AdBlockStats.shared.add(engine: engine)
Expand Down

0 comments on commit 02a6cce

Please sign in to comment.