Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9666)

Unified Diff: chrome/browser/resources/hotword_audio_verification/manifest.json

Issue 1176203008: Explicitly whitelist 'blob:' and 'filesystem:' for built-in extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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/",
« no previous file with comments | « chrome/browser/resources/hotword/manifest.json ('k') | chrome/browser/resources/identity_scope_approval_dialog/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698