From f37e2f459af63a31959b0ca4875cbf9ba795dfcb Mon Sep 17 00:00:00 2001 From: LukeGus Date: Thu, 16 Oct 2025 23:51:41 -0500 Subject: [PATCH] Fix HTTP iOS issues. --- app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } } },