Chromium Code Reviews| 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 |