Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit 3ca5c3f

Browse files
author
Wilfredo Sánchez Vega
committed
Disable App Transport Security for now
1 parent 246ff98 commit 3ca5c3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Incidents/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<string>public.app-category.business</string>
2727
<key>LSMinimumSystemVersion</key>
2828
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
29+
<key>NSAppTransportSecurity</key>
30+
<dict>
31+
<key>NSAllowsArbitraryLoads</key>
32+
<true/>
33+
</dict>
2934
<key>NSHumanReadableCopyright</key>
3035
<string>Copyright © 2015 Burning Man and its contributors. All rights reserved.</string>
3136
<key>NSMainNibFile</key>

0 commit comments

Comments
 (0)