Skip to content

Commit f1f68ba

Browse files
Eugene ButEugene But
authored andcommitted
Revert "Add NSAllowsArbitraryLoadsInWebContent Info plist key"
This reverts commit 12ac640. Reason for revert: introduces crbug.com/745945 Original change's description: > Add NSAllowsArbitraryLoadsInWebContent Info plist key > > The old NSAllowsArbitraryLoads key is still required for backwards > compatibility when running on old iOS versions. > > EarlGrey test targets need to download insecure images from > browsingtest.appspot.com so add it as an exception domain in > EarlGreyAddition+Info.plist. > > Bug: 622747 > Change-Id: Ide26330939035cd8a876612dc659c48a6e2bd9fc > Reviewed-on: https://chromium-review.googlesource.com/568791 > Reviewed-by: Eugene But <eugenebut@chromium.org> > Commit-Queue: Mike Dougherty <michaeldo@chromium.org> > Cr-Commit-Position: refs/heads/master@{#486376} TBR=eugenebut@chromium.org, michaeldo@chromium.org (cherry picked from commit f0b26ec) Bug: 622747 Change-Id: If3b5cb105118d301fba67ef9b1d4c46859399022 Reviewed-on: https://chromium-review.googlesource.com/580524 Reviewed-by: Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#488561} Reviewed-on: https://chromium-review.googlesource.com/586968 Cr-Commit-Position: refs/branch-heads/3163@{#58} Cr-Branched-From: ff259ba-refs/heads/master@{#488528}
1 parent a6bfef3 commit f1f68ba

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

ios/chrome/app/resources/EarlGreyAddition+Info.plist

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,5 @@
66
<string>${EG_MAIN_APPLICATION_DELEGATE}</string>
77
<key>UIFileSharingEnabled</key>
88
<true/>
9-
<key>NSAppTransportSecurity</key>
10-
<dict>
11-
<key>NSExceptionDomains</key>
12-
<dict>
13-
<key>browsingtest.appspot.com</key>
14-
<dict>
15-
<key>NSExceptionAllowsInsecureHTTPLoads</key>
16-
<true/>
17-
<key>NSIncludesSubdomains</key>
18-
<true/>
19-
</dict>
20-
</dict>
21-
</dict>
229
</dict>
2310
</plist>

ios/chrome/app/resources/Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@
7575
<dict>
7676
<key>NSAllowsArbitraryLoads</key>
7777
<true/>
78-
<key>NSAllowsArbitraryLoadsInWebContent</key>
79-
<true/>
8078
</dict>
8179
<key>NSUserActivityTypes</key>
8280
<array>

0 commit comments

Comments
 (0)