Title: [131744] trunk/Source/WebCore
Revision
131744
Author
pfeld...@chromium.org
Date
2012-10-18 06:40:55 -0700 (Thu, 18 Oct 2012)

Log Message

Web Inspector: add X-WebKit-CSP header into inspector.html
https://bugs.webkit.org/show_bug.cgi?id=99710

Reviewed by Vsevolod Vlasov.

A simple sanity measure.

* inspector/front-end/inspector.html:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (131743 => 131744)


--- trunk/Source/WebCore/ChangeLog	2012-10-18 13:40:19 UTC (rev 131743)
+++ trunk/Source/WebCore/ChangeLog	2012-10-18 13:40:55 UTC (rev 131744)
@@ -1,3 +1,14 @@
+2012-10-18  Pavel Feldman  <pfeld...@chromium.org>
+
+        Web Inspector: add X-WebKit-CSP header into inspector.html
+        https://bugs.webkit.org/show_bug.cgi?id=99710
+
+        Reviewed by Vsevolod Vlasov.
+
+        A simple sanity measure.
+
+        * inspector/front-end/inspector.html:
+
 2012-10-18  Huang Dongsung  <luxte...@company100.net>
 
         [WK2] Add CustomFilterOperation serialization in ArgumentCoder.

Modified: trunk/Source/WebCore/inspector/front-end/inspector.html (131743 => 131744)


--- trunk/Source/WebCore/inspector/front-end/inspector.html	2012-10-18 13:40:19 UTC (rev 131743)
+++ trunk/Source/WebCore/inspector/front-end/inspector.html	2012-10-18 13:40:55 UTC (rev 131744)
@@ -29,6 +29,7 @@
 <html>
 <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8">
+    <meta http-equiv="X-WebKit-CSP" content="script-src 'self' 'unsafe-eval'">
     <link rel="stylesheet" type="text/css" href=""
     <link rel="stylesheet" type="text/css" href=""
     <link rel="stylesheet" type="text/css" href=""
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to