From e3302b3dc5a7f15a3375ff9c25d088917f28bff7 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 29 Jan 2023 22:00:12 +0100 Subject: [PATCH] Allow a new host for Bitwarden --- rules.lsrules | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/rules.lsrules b/rules.lsrules index 98cd2cf..0c3c5b4 100644 --- a/rules.lsrules +++ b/rules.lsrules @@ -34,6 +34,14 @@ "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": "api.bitwarden.com", + }, { "action": "allow", "notes": "Allow Bitwarden's Helper to connect to its servers.",