1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

network.client and network.server

This commit is contained in:
Anders Åberg
2025-06-03 19:21:55 +02:00
parent 54d19698b1
commit a0e96e6960
2 changed files with 8 additions and 0 deletions

View File

@@ -10,5 +10,9 @@
<array>
<string>LTZ2PFU5D6.com.bitwarden.desktop</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>

View File

@@ -18,5 +18,9 @@
<array>
<string>LTZ2PFU5D6.*</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>