automated commit on 2023-05-01 07:43:15

This commit is contained in:
Oliphant 2023-05-01 07:43:15 +00:00
parent bfc2c58809
commit b1bf9b1c59
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ no_push_instance = true
## Set the mergeplan to use when dealing with overlaps between blocklists
# The default 'max' mergeplan will use the harshest severity block found for a domain.
# The 'min' mergeplan will use the lightest severity block found for a domain.
mergeplan = 'max'
mergeplan = 'min'
## Set which fields we import
## 'domain' and 'severity' are always imported, these are additional

View File

@ -1,4 +1,4 @@
## All the T0 stuff m.s. doesn't block
## All the T0 stuff m.s. blocks that we don't at T0
# List of instances to read blocklists from.
# If the instance makes its blocklist public, no authorization token is needed.
@ -48,7 +48,7 @@ no_push_instance = true
## Set the mergeplan to use when dealing with overlaps between blocklists
# The default 'max' mergeplan will use the harshest severity block found for a domain.
# The 'min' mergeplan will use the lightest severity block found for a domain.
mergeplan = 'max'
mergeplan = 'min'
## Set which fields we import
## 'domain' and 'severity' are always imported, these are additional