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

Unified Diff: chrome/browser/resources/hotword/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/manifest.json
diff --git a/chrome/browser/resources/hotword/manifest.json b/chrome/browser/resources/hotword/manifest.json
index f3c17681ccea45e6357fa73b70a6394a5262ab44..e22ff936ddb34afb220583e35b2abf6c41f68ecd 100644
--- a/chrome/browser/resources/hotword/manifest.json
+++ b/chrome/browser/resources/hotword/manifest.json
@@ -83,6 +83,6 @@
}
],
- "content_security_policy": "object-src 'none'; script-src chrome://resources 'self'",
+ "content_security_policy": "object-src 'none'; script-src chrome://resources 'self' blob: filesystem:",
"minimum_chrome_version": "38"
}
« no previous file with comments | « chrome/browser/resources/help_app/manifest.json ('k') | chrome/browser/resources/hotword_audio_verification/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698