Fix HTTP iOS issues.

This commit is contained in:
LukeGus
2025-10-16 23:51:41 -05:00
parent dfc1d43a9b
commit f37e2f459a
+2 -1
View File
@@ -23,7 +23,8 @@
"ITSAppUsesNonExemptEncryption": false,
"NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true,
"NSAllowsLocalNetworking": true
"NSAllowsLocalNetworking": true,
"NSAllowsArbitraryLoadsInWebContent": true
}
}
},