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

Unified Diff: chrome/browser/resources/content_security_policy.html

Issue 7396026: Consolidate content-security-policy markup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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/crashes.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/content_security_policy.html
===================================================================
--- chrome/browser/resources/content_security_policy.html (revision 0)
+++ chrome/browser/resources/content_security_policy.html (revision 0)
@@ -0,0 +1,14 @@
+<!-- X-WebKit-CSP is our development name for Content-Security-Policy.
Evan Stade 2011/07/19 01:08:42 license header?
Tom Sepez 2011/07/19 16:51:02 Done.
+ TODO(tsepez) rename when Content-security-policy is done.
+ TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed.
+ TODO(tsepez) chrome-extension: permits the ChromeVox screen reader
+ extension to function on these pages. Remove it when the extension
+ is updated to stop injecting script into the pages.
+-->
+<meta
+ http-equiv="X-WebKit-CSP"
+ content="object-src 'none';
+ script-src chrome://resources
+ chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
+ 'self'
+ 'unsafe-eval'">
Property changes on: chrome/browser/resources/content_security_policy.html
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/crashes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698