[webkit-changes] [WebKit/WebKit] d25dff: Check MDM for administrator-specified bundle IDs t...
Brent Fulgham
noreply at github.com
Thu Apr 4 19:16:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d25dff5c21517511af1894f7002c26a2db4702fc
https://github.com/WebKit/WebKit/commit/d25dff5c21517511af1894f7002c26a2db4702fc
Author: Brent Fulgham <bfulgham at apple.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h
M Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm
Log Message:
-----------
Check MDM for administrator-specified bundle IDs to grant access to managed domains
https://bugs.webkit.org/show_bug.cgi?id=265390
<rdar://118906173>
Reviewed by John Wilander.
This patch checks MDM to see if the current application is one of a small set
of apps specified by the organization administrator. If so, the app will be
treated the same way as Safari with respect to managed domains (see Bug 246290).
* Source/WebCore/PAL/pal/spi/ios/ManagedConfigurationSPI.h:
Add missing forward declaration.
* Source/WebKit/UIProcess/WebsiteData/Cocoa/WebsiteDataStoreCocoa.mm:
(WebKit::WebsiteDataStore::initializeManagedDomains): Ask MCProfileConnection for
the list of allowed bundleIDs to include in the relaxed handling.
Canonical link: https://commits.webkit.org/277090@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list