Title: [198382] trunk/Source/WebInspectorUI
- Revision
- 198382
- Author
- [email protected]
- Date
- 2016-03-17 23:53:27 -0700 (Thu, 17 Mar 2016)
Log Message
REGRESSION (r197724): [GTK] Web Inspector: Images being blocked by CSP 2.0
https://bugs.webkit.org/show_bug.cgi?id=155432
Reviewed by Daniel Bates.
Allow Web Inspector to load resource: image resources.
* UserInterface/Main.html:
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (198381 => 198382)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-03-18 06:52:54 UTC (rev 198381)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-03-18 06:53:27 UTC (rev 198382)
@@ -1,3 +1,14 @@
+2016-03-17 Carlos Garcia Campos <[email protected]>
+
+ REGRESSION (r197724): [GTK] Web Inspector: Images being blocked by CSP 2.0
+ https://bugs.webkit.org/show_bug.cgi?id=155432
+
+ Reviewed by Daniel Bates.
+
+ Allow Web Inspector to load resource: image resources.
+
+ * UserInterface/Main.html:
+
2016-03-17 Joseph Pecoraro <[email protected]>
Web Inspector: Prefer retained size to the shallow size in Heap Snapshot data grids
Modified: trunk/Source/WebInspectorUI/UserInterface/Main.html (198381 => 198382)
--- trunk/Source/WebInspectorUI/UserInterface/Main.html 2016-03-18 06:52:54 UTC (rev 198381)
+++ trunk/Source/WebInspectorUI/UserInterface/Main.html 2016-03-18 06:53:27 UTC (rev 198382)
@@ -26,7 +26,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src * file: blob:; connect-src *; media-src * blob:; font-src * blob:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'">
+ <meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src * file: blob: resource:; connect-src *; media-src * blob:; font-src * blob:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'">
<link rel="stylesheet" href=""
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes