Title: [97174] trunk/Tools
Revision
97174
Author
[email protected]
Date
2011-10-11 13:37:10 -0700 (Tue, 11 Oct 2011)

Log Message

Tweak the Content-Security-Policy for garden-o-matic.  It turns out
that * doesn't really mean "all".  I've emailed the W3C working group
about changing the spec.

* 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 (97173 => 97174)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html	2011-10-11 20:36:51 UTC (rev 97173)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html	2011-10-11 20:37:10 UTC (rev 97174)
@@ -34,7 +34,7 @@
                                          font-src http://themes.googleusercontent.com;
                                          img-src https://ajax.googleapis.com http://build.chromium.org;
                                          frame-src http://build.chromium.org;
-                                         connect-src *">
+                                         connect-src http://trac.webkit.org http://build.chromium.org">
 <title>Garden-O-Matic</title>
 <link rel="stylesheet" href=""
 <link rel="stylesheet" href=""

Modified: trunk/Tools/ChangeLog (97173 => 97174)


--- trunk/Tools/ChangeLog	2011-10-11 20:36:51 UTC (rev 97173)
+++ trunk/Tools/ChangeLog	2011-10-11 20:37:10 UTC (rev 97174)
@@ -1,5 +1,13 @@
 2011-10-11  Adam Barth  <[email protected]>
 
+        Tweak the Content-Security-Policy for garden-o-matic.  It turns out
+        that * doesn't really mean "all".  I've emailed the W3C working group
+        about changing the spec.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/garden-o-matic.html:
+
+2011-10-11  Adam Barth  <[email protected]>
+
         garden-o-matic should link to the flakiness dashboard
         https://bugs.webkit.org/show_bug.cgi?id=69862
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to