We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d349c8f commit 6190e2dCopy full SHA for 6190e2d
1 file changed
Loop/Info.plist
@@ -91,6 +91,11 @@
91
<string>UIInterfaceOrientationLandscapeRight</string>
92
<string>UIInterfaceOrientationPortraitUpsideDown</string>
93
</array>
94
+ <key>NSAppTransportSecurity</key>
95
+ <dict>
96
+ <key>NSAllowsArbitraryLoads</key>
97
+ <true/>
98
+ </dict>
99
<key>UISupportedInterfaceOrientations~ipad</key>
100
<array>
101
<string>UIInterfaceOrientationPortrait</string>
0 commit comments