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

Unified Diff: chrome/browser/resources/bookmark_manager/main.html

Issue 8124010: Replace <meta> tag with header for content-security-policy on chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/bug_report.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/main.html
===================================================================
--- chrome/browser/resources/bookmark_manager/main.html (revision 103729)
+++ chrome/browser/resources/bookmark_manager/main.html (working copy)
@@ -9,14 +9,6 @@
-->
<head>
<meta name="google" value="notranslate">
-<!-- X-WebKit-CSP is our development name for Content-Security-Policy.
- TODO(abarth): Change the name to Content-Security-Policy once CSP is done.
- -->
-<meta http-equiv="X-WebKit-CSP"
- content="object-src 'none';
- script-src chrome://resources
- chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
- 'self'">
abarth-chromium 2011/10/03 23:10:54 This one is different because it's a chrome-extens
Tom Sepez 2011/10/03 23:15:46 I'll omit this from the CL for now. It will remai
<title i18n-content="title"></title>
<link rel="stylesheet" href="chrome://resources/css/list.css">
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/bug_report.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698