Skip to content

Commit

Permalink
Disable App Transport Security for localhost traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Richter committed Oct 13, 2015
1 parent 23e4698 commit fb28015
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions SwiftGoal/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>UIAppFonts</key>
<array>
<string>OpenSans-Regular.ttf</string>
Expand Down

0 comments on commit fb28015

Please sign in to comment.