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.",