Do settings apply to WKWebView as well?

If we configure encrypted DNS just for our app and for all network connections within our app, does this also apply to WKWebView too?

Thanks in advance.
WKWebView networking occurs in a separate process, so that does not fall into the settings for your app. However, please file a request for this functionality with your use case!
To clarify,if we use the new https://developer.apple.com/documentation/networkextension/nednssettingsmanager , does it enforce such DoH or DoT across the entire device? If so, that means WebKit processes would have such enforced DNS.

Thanks,

Logan
Yes, that's correct. The NetworkExtension settings (or a profile) apply to all processes.
Do settings apply to WKWebView as well?
 
 
Q