Index: chrome/browser/resources/about_credits.tmpl |
=================================================================== |
--- chrome/browser/resources/about_credits.tmpl (revision 92685) |
+++ chrome/browser/resources/about_credits.tmpl (working copy) |
@@ -2,7 +2,11 @@ |
<html> |
<head> |
<meta charset="utf-8"> |
-<meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src 'self'"> |
+<meta http-equiv="X-WebKit-CSP" |
+ content="object-src 'none'; |
+ script-src |
+ chrome-extension://mndnfokpggljbaajbnioimlmbfngpief |
+ 'self'"> |
<title>Credits</title> |
<style> |
body { |