| Index: chrome/browser/resources/pdf/manifest.json
|
| diff --git a/chrome/browser/resources/pdf/manifest.json b/chrome/browser/resources/pdf/manifest.json
|
| index 168515f124e6b1d89abab402748f095f71d67f7c..8c44ec21b43756064f1c5a3bbdcf819e5ee551ad 100644
|
| --- a/chrome/browser/resources/pdf/manifest.json
|
| +++ b/chrome/browser/resources/pdf/manifest.json
|
| @@ -13,7 +13,7 @@
|
| "mime_types": [
|
| "application/pdf"
|
| ],
|
| - "content_security_policy": "script-src 'self' chrome://resources; object-src *; plugin-types application/x-google-chrome-pdf",
|
| + "content_security_policy": "script-src 'self' blob: filesystem: chrome://resources; object-src *; plugin-types application/x-google-chrome-pdf",
|
| // This is to work-around an issue where this extension is not granted
|
| // permission to access chrome://resources when iframed for print preview.
|
| // See https://crbug.com/444752.
|
|
|