From 82ce043cb4dcc87712bf11255232f8a3a8032ce3 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 29 Jan 2023 19:31:07 +0100 Subject: [PATCH] Allow notifications for Bitwarden --- rules.lsrules | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rules.lsrules b/rules.lsrules index c1fa317..61af088 100644 --- a/rules.lsrules +++ b/rules.lsrules @@ -43,6 +43,15 @@ "remote-hosts": "identity.bitwarden.com", "via": "/Applications/Bitwarden.app/Contents/Frameworks/Bitwarden Helper.app/Contents/MacOS/Bitwarden Helper" }, + { + "action": "allow", + "notes": "Allow Bitwarden's Helper to connect to its servers.", + "ports": "443", + "process": "/Applications/Bitwarden.app/Contents/MacOS/Bitwarden", + "protocol": "tcp", + "remote-hosts": "notifications.bitwarden.com", + "via": "/Applications/Bitwarden.app/Contents/Frameworks/Bitwarden Helper.app/Contents/MacOS/Bitwarden Helper" + }, { "action": "allow", "notes": "Allow Bitwarden's Helper to gather icons for its entries.",