Skip to content

Commit

Permalink
Fixing issue with the new redirect going to a non-https url
Browse files Browse the repository at this point in the history
  • Loading branch information
mattam committed Jul 6, 2017
1 parent 3a87919 commit c614318
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/ywam/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>find-my-mission.crmovement.com</key>
<dict>
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
Expand Down

0 comments on commit c614318

Please sign in to comment.