Title: [131892] trunk/Source/WebCore
- Revision
- 131892
- Author
- [email protected]
- Date
- 2012-10-19 06:13:15 -0700 (Fri, 19 Oct 2012)
Log Message
Web Inspector: add object-src 'none' to the inspector.html
https://bugs.webkit.org/show_bug.cgi?id=99728
Reviewed by Vsevolod Vlasov.
* inspector/front-end/inspector.html:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (131891 => 131892)
--- trunk/Source/WebCore/ChangeLog 2012-10-19 12:50:30 UTC (rev 131891)
+++ trunk/Source/WebCore/ChangeLog 2012-10-19 13:13:15 UTC (rev 131892)
@@ -1,3 +1,12 @@
+2012-10-19 Pavel Feldman <[email protected]>
+
+ Web Inspector: add object-src 'none' to the inspector.html
+ https://bugs.webkit.org/show_bug.cgi?id=99728
+
+ Reviewed by Vsevolod Vlasov.
+
+ * inspector/front-end/inspector.html:
+
2012-10-19 Vsevolod Vlasov <[email protected]>
Web Inspector: Get rid of isSnippetEvaluation flag on UISourceCode
Modified: trunk/Source/WebCore/inspector/front-end/inspector.html (131891 => 131892)
--- trunk/Source/WebCore/inspector/front-end/inspector.html 2012-10-19 12:50:30 UTC (rev 131891)
+++ trunk/Source/WebCore/inspector/front-end/inspector.html 2012-10-19 13:13:15 UTC (rev 131892)
@@ -29,7 +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'">
+ <meta http-equiv="X-WebKit-CSP" content="object-src 'none'; 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
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes