Skip to content

Commit

Permalink
handle blockCtlFB in TrackerResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamski committed Apr 19, 2024
1 parent c7ac069 commit 20e59fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ fileprivate extension KnownTracker.Rule {
private extension KnownTracker.ActionType {

func toTrackerResolverRuleAction() -> TrackerResolver.RuleAction {
self == .block ? .blockRequest : .allowRequest
self == .block || self == .blockCtlFB ? .blockRequest : .allowRequest
}

}

0 comments on commit 20e59fa

Please sign in to comment.