microsoft-authentication-library-for-objc icon indicating copy to clipboard operation
microsoft-authentication-library-for-objc copied to clipboard

Declaring First Party Web Domains

Open Chengruihh opened this issue 4 months ago • 0 comments

Description

The following locations within the App leverage the WKWebView API to present web content: [CMARWebViewUtils addBlockingLongPressGesture:] calls -[WKWebView class]

Stack Trace

The following related source code symbols were identified:

-[CMARWebViewUtils getLegacyWebViewClassName]
-[CMARPowerLiftUtils .cxx_destruct]
-[CMARPowerLiftUtils setUploadError:]
-[OBJC_CLASS$_UILongPressGestureRecognizer alloc]
-[OBJC_CLASS$_UILongPressGestureRecognizer initWithTarget:action:]
-[OBJC_CLASS$_UILongPressGestureRecognizer setDelegate:]

Request

Our app utilizes the WKWebView web browsing API without also enforcing user privacy during web browsing by declaring first party web domains. We are planning to maintain the first party web domains, and would like to have a domain list that MSAL SDK will access through WKWebView. Thank you.

Chengruihh avatar Oct 29 '25 06:10 Chengruihh