Index: chrome/browser/resources/about_flash.html |
=================================================================== |
--- chrome/browser/resources/about_flash.html (revision 92685) |
+++ chrome/browser/resources/about_flash.html (working copy) |
@@ -3,7 +3,11 @@ |
<!-- X-WebKit-CSP is our development name for Content-Security-Policy. |
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'"> |
<head> |
<style> |
.key { |