Index: chrome/browser/resources/about_stats.html |
=================================================================== |
--- chrome/browser/resources/about_stats.html (revision 92685) |
+++ chrome/browser/resources/about_stats.html (working copy) |
@@ -7,7 +7,11 @@ |
The 'unsafe-eval' is required for jstemplate_compiled.js. |
TODO(tsepez) rename when Content-security-policy is done. |
--> |
-<meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome://resources 'self' 'unsafe-eval'"> |
+<meta http-equiv="X-WebKit-CSP" |
+ content="object-src 'none'; |
+ script-src chrome://resources |
+ chrome-extension://mndnfokpggljbaajbnioimlmbfngpief |
+ 'self' 'unsafe-eval'"> |
<style> |
body { |
border-top: 10px solid #3B85E3; |
@@ -136,4 +140,3 @@ |
<script src="chrome://resources/js/jstemplate_compiled.js"></script> |
</body> |
</html> |
- |