mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fixed touch security not working on macos (https://github.com/zen-browser/desktop/issues/437)
This commit is contained in:
@@ -28,5 +28,15 @@
|
||||
for native messaging webextension helper applications launched by
|
||||
Firefox which rely on Apple Events to signal other processes. -->
|
||||
<key>com.apple.security.automation.apple-events</key><true/>
|
||||
|
||||
<!-- For SmartCardServices(7) -->
|
||||
<key>com.apple.security.smartcard</key><true/>
|
||||
|
||||
<!-- Required for com.apple.developer.web-browser.public-key-credential -->
|
||||
<key>com.apple.application-identifier</key>
|
||||
<string>H36NPCN86W.app.zen-browser.zenbrowser</string>
|
||||
|
||||
<!-- For platform passkey (webauthn) support -->
|
||||
<key>com.apple.developer.web-browser.public-key-credential</key><true/>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Zen Browser",
|
||||
"vendor": "Zen OSS Team",
|
||||
"appId": "com.zen.browser",
|
||||
"appId": "app.zen-browser.zenbrowser",
|
||||
"binaryName": "zen",
|
||||
"version": {
|
||||
"product": "firefox",
|
||||
|
Reference in New Issue
Block a user