| Index: chrome/browser/resources/about_version.html
|
| ===================================================================
|
| --- chrome/browser/resources/about_version.html (revision 92685)
|
| +++ chrome/browser/resources/about_version.html (working copy)
|
| @@ -7,7 +7,12 @@
|
| <html id="t">
|
| <head>
|
| <title i18n-content="title"></title>
|
| - <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 {
|
| font-family:Helvetica,Arial,sans-serif;
|
|
|