Title: [96989] trunk/Tools
Revision
96989
Author
[email protected]
Date
2011-10-07 16:38:24 -0700 (Fri, 07 Oct 2011)

Log Message

Add a Content-Security-Policy to garden-o-matic
https://bugs.webkit.org/show_bug.cgi?id=69668

Reviewed by David Levin.

This will help mitigate cross-site script and will also help us dogfood CSP.

* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html (96988 => 96989)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html	2011-10-07 23:38:03 UTC (rev 96988)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html	2011-10-07 23:38:24 UTC (rev 96989)
@@ -28,6 +28,13 @@
 -->
 <html>
 <head>
+<meta http-equiv="X-WebKit-CSP" content="default-src 'none';
+                                         script-src 'self' file: https://ajax.googleapis.com;
+                                         style-src 'self' 'unsafe-inline' file: https://ajax.googleapis.com http://fonts.googleapis.com;
+                                         font-src http://themes.googleusercontent.com;
+                                         img-src https://ajax.googleapis.com http://build.chromium.org;
+                                         frame-src http://build.chromium.org;
+                                         connect-src *">
 <title>Garden-O-Matic</title>
 <link rel="stylesheet" href=""
 <link rel="stylesheet" href=""

Modified: trunk/Tools/ChangeLog (96988 => 96989)


--- trunk/Tools/ChangeLog	2011-10-07 23:38:03 UTC (rev 96988)
+++ trunk/Tools/ChangeLog	2011-10-07 23:38:24 UTC (rev 96989)
@@ -1,3 +1,14 @@
+2011-10-07  Adam Barth  <[email protected]>
+
+        Add a Content-Security-Policy to garden-o-matic
+        https://bugs.webkit.org/show_bug.cgi?id=69668
+
+        Reviewed by David Levin.
+
+        This will help mitigate cross-site script and will also help us dogfood CSP.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:
+
 2011-10-07  Raphael Kubo da Costa  <[email protected]>
 
         [EFL] DRT: Add DumpRenderTreeChrome.{cpp,h}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to