From c62956607de40a792c5ed467226610df58bc084a Mon Sep 17 00:00:00 2001 From: Andrey Maltsev Date: Wed, 18 Mar 2026 02:50:16 +0200 Subject: [PATCH] feat: add web-browser entitlement for iCloud Passwords autofill (#1518) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- cmux.entitlements | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmux.entitlements b/cmux.entitlements index 09e191a5..d9bae6d6 100644 --- a/cmux.entitlements +++ b/cmux.entitlements @@ -14,5 +14,7 @@ com.apple.security.automation.apple-events + com.apple.developer.web-browser +