Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Deactivate NSAppTransportSecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Sep 18, 2015
1 parent 78dc995 commit 793c26c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FSImageViewerDemo/FSImageViewerDemo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 793c26c

Please sign in to comment.