allow http requests to any address

This commit is contained in:
ppc
2025-03-13 11:12:30 +00:00
parent 0bb34f04be
commit 21766ae449
+10 -2
View File
@@ -12,12 +12,20 @@
"applinks:card.ppc.moe"
],
"infoPlist": {
"NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true
},
"UIViewControllerBasedStatusBarAppearance": "NO",
"NFCReaderUsageDescription": "AMNet uses NFC to scan Physical IC Cards",
"com.apple.developer.nfc.readersession.felica.systemcodes": ["0003", "88b4"]
"com.apple.developer.nfc.readersession.felica.systemcodes": [
"0003",
"88b4"
]
},
"entitlements": {
"com.apple.developer.nfc.readersession.formats": ["TAG"]
"com.apple.developer.nfc.readersession.formats": [
"TAG"
]
},
"config": {
"usesNonExemptEncryption": false