Skip to content

Commit

Permalink
iOS: Work around default no-HTTP policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerman committed Apr 9, 2021
1 parent 087da4c commit 28d3a1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 28d3a1e

Please sign in to comment.