Skip to content

Commit

Permalink
Disable App Transport Security
Browse files Browse the repository at this point in the history
As a browser, the app needs to be able to make http requests.

BUG=None

Review URL: https://codereview.chromium.org/1306733002

Cr-Commit-Position: refs/heads/master@{#344663}
  • Loading branch information
justincohen authored and Commit bot committed Aug 21, 2015
1 parent 2435706 commit 2b596cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/gtest_ios/unittest-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSMainNibFile</key>
<string>${MAIN_NIB_FILE}</string>
<key>UIFileSharingEnabled</key>
Expand Down

0 comments on commit 2b596cf

Please sign in to comment.