summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/feedback/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/feedback/manifest.json')
-rw-r--r--chromium/chrome/browser/resources/feedback/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/resources/feedback/manifest.json b/chromium/chrome/browser/resources/feedback/manifest.json
index 4f94ae38640..1fd74aef065 100644
--- a/chromium/chrome/browser/resources/feedback/manifest.json
+++ b/chromium/chrome/browser/resources/feedback/manifest.json
@@ -18,7 +18,7 @@
"background": {
"scripts": ["js/event_handler.js"]
},
- "content_security_policy": "default-src 'none'; script-src 'self' chrome://resources; style-src 'unsafe-inline' *; img-src *; media-src 'self'"
+ "content_security_policy": "default-src 'none'; script-src 'self' blob: filesystem: chrome://resources; style-src 'unsafe-inline' *; img-src *; media-src 'self' blob: filesystem:"
},
"display_in_launcher": false,
"display_in_new_tab_page": false