diff --git a/app.json b/app.json index 55a67b3..6d633f2 100644 --- a/app.json +++ b/app.json @@ -23,7 +23,8 @@ "ITSAppUsesNonExemptEncryption": false, "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true, - "NSAllowsLocalNetworking": true + "NSAllowsLocalNetworking": true, + "NSAllowsArbitraryLoadsInWebContent": true } } },