Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspector.html

Issue 2003963004: Enable CSP on more WebUI pages (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: fix new tab Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/inspector.html
diff --git a/third_party/WebKit/Source/devtools/front_end/inspector.html b/third_party/WebKit/Source/devtools/front_end/inspector.html
index 0fec77e5e8ed621e2a1cd2fc2e40e8e0f215bb99..0ea847c28dc1caf1e5483114f6e334ca0d5f3163 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspector.html
+++ b/third_party/WebKit/Source/devtools/front_end/inspector.html
@@ -7,7 +7,6 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
- <meta http-equiv="Content-Security-Policy" content="object-src 'none'; script-src 'self' 'unsafe-eval' https://chrome-devtools-frontend.appspot.com">
pfeldman 2016/05/24 23:09:31 This page operates as a web page as well, so it sh
wychen 2016/05/25 12:55:08 I see. I'll revert this file.
<script type="text/javascript" src="Runtime.js"></script>
<script type="text/javascript" src="inspector.js"></script>
</head>
« content/public/browser/url_data_source.h ('K') | « content/public/browser/url_data_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698