Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8a86d36549600357932de61fa6c76c3ec5fad1f4 https://github.com/WebKit/WebKit/commit/8a86d36549600357932de61fa6c76c3ec5fad1f4 Author: Per Arne Vollan <pvol...@apple.com> Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths: M Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in Log Message: ----------- The WebContent process does not respond to notifications without entitlement https://bugs.webkit.org/show_bug.cgi?id=290065 rdar://146044717 Reviewed by Sihui Liu. Without the entitlement com.apple.developer.web-browser-engine.restrict.notifyd, notifications will not be forwarded to the WebContent process. Since the sandbox blocks notifyd unconditionally, the WebContent process will not respond to notifications. Address this by conditionalizing the sandbox rule on the presence of the entitlement. * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb.in: Canonical link: https://commits.webkit.org/292397@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes