-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
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.