fixed 'unsafe' requests and can now click stuff

This commit is contained in:
Diego Waxemberg
2018-08-26 01:15:53 -07:00
parent 71e0646659
commit eadcf3b3eb
4 changed files with 35 additions and 20 deletions

View File

@@ -39,5 +39,10 @@
</array>
<key>UIUserInterfaceStyle</key>
<string>Automatic</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>