Title: [185073] trunk/Tools
Revision
185073
Author
commit-qu...@webkit.org
Date
2015-06-01 13:53:12 -0700 (Mon, 01 Jun 2015)

Log Message

Add ATS keys to WebKitTestRunnerApp
https://bugs.webkit.org/show_bug.cgi?id=145519

Patch by Daniel Bates <daba...@apple.com> on 2015-06-01
Reviewed by Alexey Proskuryakov.

Add ATS keys for WebKitTestRunnerApp as we did for MiniBrowser in bug #145141.

* WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (185072 => 185073)


--- trunk/Tools/ChangeLog	2015-06-01 19:57:16 UTC (rev 185072)
+++ trunk/Tools/ChangeLog	2015-06-01 20:53:12 UTC (rev 185073)
@@ -1,3 +1,14 @@
+2015-06-01  Daniel Bates  <daba...@apple.com>
+
+        Add ATS keys to WebKitTestRunnerApp
+        https://bugs.webkit.org/show_bug.cgi?id=145519
+
+        Reviewed by Alexey Proskuryakov.
+
+        Add ATS keys for WebKitTestRunnerApp as we did for MiniBrowser in bug #145141.
+
+        * WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist:
+
 2015-06-01  Brady Eidson  <beid...@apple.com>
 
         Add WKTR support for "should open external URLs".

Modified: trunk/Tools/WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist (185072 => 185073)


--- trunk/Tools/WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist	2015-06-01 19:57:16 UTC (rev 185072)
+++ trunk/Tools/WebKitTestRunner/WebKitTestRunnerApp/WebKitTestRunnerApp-Info.plist	2015-06-01 20:53:12 UTC (rev 185073)
@@ -34,6 +34,11 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+	<key>CFAppTransportSecurity</key>
+	<dict>
+		<key>AllowArbitraryInsecureHTTPLoads</key>
+		<true/>
+	</dict>
 	<key>UISupportedInterfaceOrientations~ipad</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to