Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #8218: Fix issue with not applying aggressive only filter lists (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cuba authored and iccub committed Oct 11, 2023
1 parent 3a76e61 commit 00d9e9f
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 00d9e9f

Please sign in to comment.