feat: add web-browser entitlement for iCloud Passwords autofill (#1518)
Add the `com.apple.developer.web-browser` entitlement to enable native password autofill from iCloud Passwords and third-party Credential Provider Extensions (e.g. 1Password) in the browser panel's WKWebView. This entitlement tells macOS that cmux functions as a web browser, allowing the system to provide credential autofill suggestions on password fields for any domain — the same mechanism Safari uses. Note: this is a restricted entitlement that requires Apple's approval via a provisioning profile. Until approved, the entitlement will be present in the binary but inactive at runtime.
This commit is contained in:
parent
6cca8c9264
commit
c62956607d
1 changed files with 2 additions and 0 deletions
|
|
@ -14,5 +14,7 @@
|
|||
<true/>
|
||||
<key>com.apple.security.automation.apple-events</key>
|
||||
<true/>
|
||||
<key>com.apple.developer.web-browser</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue