If your app (a third-party web browser, for instance) needs to load arbitrary content, Apple provides a way to disable ATS altogether, but I suspect it’s wise for you to use this capability sparingly:
<key>NSAppTransportSecurity</key> <dict> <!--Include to allow all connections--> <key>NSAllowsArbitraryLoads</key> <true/> </dict>