aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-12-29 15:54:10 +0200
committerMohamedBassem <me@mbassem.com>2024-12-29 15:54:50 +0200
commitaeedea1ac35f2c6651dea37b5ef2b907edf779ce (patch)
treefc7f5798f55c52a45125e55ef0dde286c5f80d9c /apps/mobile/app.json
parentbad41fb64ada33fb06db9fe2ef6c01619876bce1 (diff)
downloadkarakeep-aeedea1ac35f2c6651dea37b5ef2b907edf779ce.tar.zst
fix(ios): Drop the local networking property to enable http support. Fixes #679
Diffstat (limited to 'apps/mobile/app.json')
-rw-r--r--apps/mobile/app.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index c1dc6bf9..28a9bb79 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -26,8 +26,7 @@
},
"infoPlist": {
"NSAppTransportSecurity": {
- "NSAllowsArbitraryLoads": true,
- "NSAllowsLocalNetworking": true
+ "NSAllowsArbitraryLoads": true
}
},
"buildNumber": "20"