From 0410604e17de4bf7afc93b94ea757c374147aeba Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 29 Jan 2023 18:01:40 +0100 Subject: [PATCH] Added rules for Bitwarden --- rules.lsrules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/rules.lsrules b/rules.lsrules index e47df8a..71ca4f9 100644 --- a/rules.lsrules +++ b/rules.lsrules @@ -18,6 +18,24 @@ "protocol": "tcp", "remote-hosts": "pgl.yoyo.org" }, + { + "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": "identity.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.", + "ports": "443", + "process": "/Applications/Bitwarden.app/Contents/MacOS/Bitwarden", + "protocol": "tcp", + "remote-hosts": "icons.bitwarden.net", + "via": "/Applications/Bitwarden.app/Contents/Frameworks/Bitwarden Helper.app/Contents/MacOS/Bitwarden Helper" + }, { "action": "allow", "notes": "Allow Firefox to check for captive portals.",