We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4d1c6 commit 24fec75Copy full SHA for 24fec75
build/codesign/browser.developer.entitlements.xml
@@ -28,5 +28,15 @@
28
for native messaging webextension helper applications launched by
29
Firefox which rely on Apple Events to signal other processes. -->
30
<key>com.apple.security.automation.apple-events</key><true/>
31
+
32
+ <!-- For SmartCardServices(7) -->
33
+ <key>com.apple.security.smartcard</key><true/>
34
35
+ <!-- Required for com.apple.developer.web-browser.public-key-credential -->
36
+ <key>com.apple.application-identifier</key>
37
+ <string>H36NPCN86W.app.zen-browser.zen</string>
38
39
+ <!-- For platform passkey (webauthn) support -->
40
+ <key>com.apple.developer.web-browser.public-key-credential</key><true/>
41
</dict>
42
</plist>
0 commit comments