From 920406405d1cef0341760d3b1cf70ad0cb2f657f Mon Sep 17 00:00:00 2001 From: Daniel <dhaavi@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:30:02 +0100 Subject: [PATCH] Update matcher for broadcast notification dangerous-setting-global-allow-incoming --- portmaster/notifications.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/portmaster/notifications.yaml b/portmaster/notifications.yaml index 609195d..7d15e8e 100644 --- a/portmaster/notifications.yaml +++ b/portmaster/notifications.yaml @@ -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"