Skip to content

Commit

Permalink
Merge pull request #7369 from hansemannn/TIMOB-19819
Browse files Browse the repository at this point in the history
[TIMOB-19819] iOS: Disable KitchenSink ATS by default
  • Loading branch information
cheekiatng committed Oct 29, 2015
2 parents 8f2f332 + 6881764 commit 838bda4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iphone/iphone/Titanium.plist
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 838bda4

Please sign in to comment.