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

Unified Diff: components/chrome_apps/webstore_widget/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: components/chrome_apps/webstore_widget/manifest.json
diff --git a/components/chrome_apps/webstore_widget/manifest.json b/components/chrome_apps/webstore_widget/manifest.json
index 9baf6b45603682192fefc8f1f4709ec2b946ed74..5cbb8f639572c814f67bb97a9b19b286af98f034 100644
--- a/components/chrome_apps/webstore_widget/manifest.json
+++ b/components/chrome_apps/webstore_widget/manifest.json
@@ -19,7 +19,7 @@
"background": {
"scripts": ["app/background.js"]
},
- "content_security_policy": "style-src 'self' chrome://resources; img-src 'self' chrome://theme chrome://resources;"
+ "content_security_policy": "style-src 'self' blob: filesystem: chrome://resources; img-src 'self' blob: filesystem: chrome://theme chrome://resources;"
},
"permissions": [

Powered by Google App Engine
This is Rietveld 408576698