| Index: chrome/browser/resources/hotword_audio_verification/manifest.json
|
| diff --git a/chrome/browser/resources/hotword_audio_verification/manifest.json b/chrome/browser/resources/hotword_audio_verification/manifest.json
|
| index 134180d13fded7abb3071930d35f7c2bf0fc27de..a6e4091e39caf13e51283905ef8d221f19e58306 100644
|
| --- a/chrome/browser/resources/hotword_audio_verification/manifest.json
|
| +++ b/chrome/browser/resources/hotword_audio_verification/manifest.json
|
| @@ -14,7 +14,7 @@
|
| "scripts": ["event_page.js"],
|
| "persistent": false
|
| },
|
| - "content_security_policy": "default-src 'self'; script-src 'self' chrome://resources chrome://settings; style-src 'self' chrome://resources"
|
| + "content_security_policy": "default-src 'self' blob: filesystem:; script-src 'self' blob: filesystem: chrome://resources chrome://settings; style-src 'self' blob: filesystem: chrome://resources"
|
| },
|
| "permissions": [
|
| "chrome://resources/",
|
|
|