Skip to content

Commit

Permalink
Merge pull request #362 from idhruvs/master
Browse files Browse the repository at this point in the history
fix: Issue #294 NSAllowsArbitraryLoads flag set to false
  • Loading branch information
mikaelbr committed May 14, 2021
2 parents 4a4d25c + b61bbd8 commit 14af678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<false/>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012-2016 Eloy Durán, Julien Blanchard. All rights reserved.</string>
Expand Down

0 comments on commit 14af678

Please sign in to comment.