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

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
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/crashes.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <!-- 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.
2 TODO(tsepez) rename when Content-security-policy is done.
3 TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed.
4 TODO(tsepez) chrome-extension: permits the ChromeVox screen reader
5 extension to function on these pages. Remove it when the extension
6 is updated to stop injecting script into the pages.
7 -->
8 <meta
9 http-equiv="X-WebKit-CSP"
10 content="object-src 'none';
11 script-src chrome://resources
12 chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
13 'self'
14 'unsafe-eval'">
OLDNEW
« 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