Skip to content

Commit

Permalink
allow arbitrary loads to make localhost connections work
Browse files Browse the repository at this point in the history
  • Loading branch information
janndriessen committed Jul 1, 2021
1 parent b8b4be6 commit 6321a78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/eazy/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 6321a78

Please sign in to comment.