summaryrefslogtreecommitdiff
path: root/Info.plist
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-12-12 01:22:43 -0500
committerShav Kinderlehrer <[email protected]>2023-12-12 01:26:00 -0500
commit5ed7d2551ccaefc19d9e0b934ef17583dca202b2 (patch)
tree1c7853d57b0366f33356506c01b89d5955047c06 /Info.plist
parent8a2b75dbfa85b89964848d4d2673e35cc6eed078 (diff)
downloadjel-5ed7d2551ccaefc19d9e0b934ef17583dca202b2.tar.gz
jel-5ed7d2551ccaefc19d9e0b934ef17583dca202b2.zip
Add server page
Diffstat (limited to 'Info.plist')
-rw-r--r--Info.plist11
1 files changed, 11 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist
new file mode 100644
index 0000000..6a6654d
--- /dev/null
+++ b/Info.plist
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <key>NSAllowsArbitraryLoads</key>
+ <true/>
+ </dict>
+</dict>
+</plist>