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

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
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,11 @@
+<!-- X-WebKit-CSP is our development name for Content-Security-Policy.
+ TODO(tsepez) rename when Content-security-policy is done.
+ TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed.
+-->
+<meta
+ http-equiv="X-WebKit-CSP"
+ content="object-src 'none';
+ script-src chrome://resources
+ chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
abarth-chromium 2011/07/18 18:52:35 We probably show add a comment explain what this l
Tom Sepez 2011/07/18 19:00:17 Done.
+ 'self'
+ 'unsafe-eval'">
Property changes on: chrome/browser/resources/content_security_policy.html
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698