mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Move checking custom filter list behind main filter lists to get entity data
This commit is contained in:
parent
cc711e477d
commit
549fa1926f
1 changed files with 1 additions and 1 deletions
|
@ -51,8 +51,8 @@ var defaultDeciders = []deciderFn{
|
|||
checkResolverScope,
|
||||
checkConnectivityDomain,
|
||||
checkBypassPrevention,
|
||||
checkCustomFilterList,
|
||||
checkFilterLists,
|
||||
checkCustomFilterList,
|
||||
dropInbound,
|
||||
checkDomainHeuristics,
|
||||
checkAutoPermitRelated,
|
||||
|
|
Loading…
Add table
Reference in a new issue