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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <!-- X-WebKit-CSP is our development name for Content-Security-Policy.
2 TODO(tsepez) rename when Content-security-policy is done.
3 TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed.
4 -->
5 <meta
6 http-equiv="X-WebKit-CSP"
7 content="object-src 'none';
8 script-src chrome://resources
9 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.
10 'self'
11 'unsafe-eval'">
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698