diff --git a/frontend/app.json b/frontend/app.json index 8ef17a67..a8f974c3 100644 --- a/frontend/app.json +++ b/frontend/app.json @@ -13,7 +13,22 @@ "backgroundColor": "#ffffff" }, "ios": { - "supportsTablet": true + "supportsTablet": true, + "infoPlist": { + "NSAppTransportSecurity": { + "NSAllowsArbitraryLoads": true, + "NSExceptionDomains": { + "digital-kurdistan.preview.emergentagent.com": { + "NSExceptionAllowsInsecureHTTPLoads": false, + "NSIncludesSubdomains": true + }, + "challenges.cloudflare.com": { + "NSExceptionAllowsInsecureHTTPLoads": false, + "NSIncludesSubdomains": true + } + } + } + } }, "android": { "adaptiveIcon": { @@ -21,7 +36,9 @@ "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": true, - "predictiveBackGestureEnabled": false + "predictiveBackGestureEnabled": false, + "usesCleartextTraffic": false, + "permissions": ["INTERNET"] }, "web": { "favicon": "./assets/favicon.png"