Title: [185108] trunk/Tools
Revision
185108
Author
dba...@webkit.org
Date
2015-06-02 10:26:20 -0700 (Tue, 02 Jun 2015)

Log Message

Update ATS keys used in MiniBrowser and WebKitTestRunnerApp

Rubber-stamped by Alexey Proskuryakov.

* MiniBrowser/mac/Info.plist:
* WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (185107 => 185108)


--- trunk/Tools/ChangeLog	2015-06-02 09:12:41 UTC (rev 185107)
+++ trunk/Tools/ChangeLog	2015-06-02 17:26:20 UTC (rev 185108)
@@ -1,3 +1,12 @@
+2015-06-02  Daniel Bates  <daba...@apple.com>
+
+        Update ATS keys used in MiniBrowser and WebKitTestRunnerApp
+
+        Rubber-stamped by Alexey Proskuryakov.
+
+        * MiniBrowser/mac/Info.plist:
+        * WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist:
+
 2015-06-01  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r185066.

Modified: trunk/Tools/MiniBrowser/mac/Info.plist (185107 => 185108)


--- trunk/Tools/MiniBrowser/mac/Info.plist	2015-06-02 09:12:41 UTC (rev 185107)
+++ trunk/Tools/MiniBrowser/mac/Info.plist	2015-06-02 17:26:20 UTC (rev 185108)
@@ -28,9 +28,9 @@
 	<string>MainMenu</string>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
-	<key>CFAppTransportSecurity</key>
+	<key>NSAppTransportSecurity</key>
 	<dict>
-		<key>AllowArbitraryInsecureHTTPLoads</key>
+		<key>NSAllowsArbitraryLoads</key>
 		<true/>
 	</dict>
 </dict>

Modified: trunk/Tools/WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist (185107 => 185108)


--- trunk/Tools/WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist	2015-06-02 09:12:41 UTC (rev 185107)
+++ trunk/Tools/WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist	2015-06-02 17:26:20 UTC (rev 185108)
@@ -34,9 +34,9 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
-	<key>CFAppTransportSecurity</key>
+	<key>NSAppTransportSecurity</key>
 	<dict>
-		<key>AllowArbitraryInsecureHTTPLoads</key>
+		<key>NSAllowsArbitraryLoads</key>
 		<true/>
 	</dict>
 	<key>UISupportedInterfaceOrientations~ipad</key>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to