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

Fix #8218: Fix issue with not applying aggressive only filter lists #8220

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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