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 |