mirror of
https://github.com/safing/intel-data
synced 2025-04-09 20:09:09 +00:00
Update matcher for broadcast notification dangerous-setting-global-allow-incoming
This commit is contained in:
parent
80c44be22a
commit
920406405d
1 changed files with 1 additions and 2 deletions
|
@ -38,9 +38,8 @@ notifications:
|
|||
title: "Dangerous Setting: Incoming Connections"
|
||||
message: |
|
||||
You have disabled "Force Block Incoming Connections" globally. This allows incoming connections for every application by default. This is dangerous and we encourage you to enable this setting globally and then deactivate it for apps that need incoming connections.
|
||||
match: "NumericVersion >= 9006 and Config.filter/blockInbound exists and Config.filter/blockInbound not == 7 and Config.core/expertiseLevel not sameas developer"
|
||||
match: "Config.filter/blockInbound exists and Config.filter/blockInbound is false and Config.core/expertiseLevel not sameas developer"
|
||||
type: 3 # Error
|
||||
showOnSystem: true
|
||||
repeat: 168h # 1 week
|
||||
availableActions:
|
||||
- text: "Change Setting"
|
||||
|
|
Loading…
Add table
Reference in a new issue