mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
{
|
|
"description": "",
|
|
"name": "Bitwarden",
|
|
"rules": [
|
|
{
|
|
"action": "allow",
|
|
"notes": "Allow Bitwarden 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.",
|
|
"ports": "443",
|
|
"process": "/Applications/Bitwarden.app/Contents/MacOS/Bitwarden",
|
|
"protocol": "tcp",
|
|
"remote-hosts": [
|
|
"identity.bitwarden.com",
|
|
"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.",
|
|
"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"
|
|
}
|
|
]
|
|
}
|