1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Add entitlements to mac, disable browser integration on Windows Store

This commit is contained in:
Hinton
2021-01-25 13:25:27 +01:00
parent ee1ea1a887
commit 1613aaee4d
3 changed files with 20 additions and 0 deletions

View File

@@ -8,5 +8,10 @@
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.temporary-exception.files.home-relative-path.read-write</key>
<array>
<string>/Library/Application Support/Mozilla/NativeMessagingHosts/</string>
<string>/Library/Application Support/Google/Chrome/NativeMessagingHosts/</string>
</array>
</dict>
</plist>