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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 * Copyright 2014 The Chromium Authors. All rights reserved. 2 * Copyright 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 --> 5 -->
6 <!doctype html> 6 <!doctype html>
7 <html> 7 <html>
8 <head> 8 <head>
9 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 9 <meta http-equiv="content-type" content="text/html; charset=utf-8">
10 <meta http-equiv="Content-Security-Policy" content="object-src 'none'; scrip t-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.
11 <script type="text/javascript" src="Runtime.js"></script> 10 <script type="text/javascript" src="Runtime.js"></script>
12 <script type="text/javascript" src="inspector.js"></script> 11 <script type="text/javascript" src="inspector.js"></script>
13 </head> 12 </head>
14 <body class="undocked" id="-blink-dev-tools"></body> 13 <body class="undocked" id="-blink-dev-tools"></body>
15 </html> 14 </html>
OLDNEW
« 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