ATS App Transport Security: HTTP url inside Webview
问题 We have an app which shows HTML content in Webview. Currently the content served to Webview is from non secured domain. From iOS10, it supposed to serve from secured domain so before migrating want to clear some doubts. Do the secured HTML page(https) should have CSS and JS links from secured sever too? As some CSS and JS might be from third server. If the secured HTML page(https) is loaded into Webview and had some links which are not secured(http), will those links load in Webview when user