| Index: chrome/browser/resources/bookmark_manager/main.html
|
| ===================================================================
|
| --- chrome/browser/resources/bookmark_manager/main.html (revision 92685)
|
| +++ chrome/browser/resources/bookmark_manager/main.html (working copy)
|
| @@ -12,7 +12,11 @@
|
| <!-- X-WebKit-CSP is our development name for Content-Security-Policy.
|
| TODO(abarth): Change the name to Content-Security-Policy once CSP is done.
|
| -->
|
| -<meta http-equiv="X-WebKit-CSP" content="object-src 'none'; script-src chrome://resources 'self'">
|
| +<meta http-equiv="X-WebKit-CSP"
|
| + content="object-src 'none';
|
| + script-src chrome://resources
|
| + chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
|
| + 'self'">
|
| <title i18n-content="title"></title>
|
|
|
| <link rel="stylesheet" href="chrome://resources/css/list.css">
|
|
|