diff options
author | Shav Kinderlehrer <[email protected]> | 2023-12-12 01:22:43 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-12-12 01:26:00 -0500 |
commit | 5ed7d2551ccaefc19d9e0b934ef17583dca202b2 (patch) | |
tree | 1c7853d57b0366f33356506c01b89d5955047c06 /Info.plist | |
parent | 8a2b75dbfa85b89964848d4d2673e35cc6eed078 (diff) | |
download | jel-5ed7d2551ccaefc19d9e0b934ef17583dca202b2.tar.gz jel-5ed7d2551ccaefc19d9e0b934ef17583dca202b2.zip |
Add server page
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 11 |
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> |