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

Unified Diff: chrome/browser/resources/bookmark_manager/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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/crosh_builtin/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/bookmark_manager/manifest.json
diff --git a/chrome/browser/resources/bookmark_manager/manifest.json b/chrome/browser/resources/bookmark_manager/manifest.json
index 29d2306f77c030fd0404b8b5f9a115253f71e5c4..23222d047476c8e7b13b7f0e35d4b578e941d74b 100644
--- a/chrome/browser/resources/bookmark_manager/manifest.json
+++ b/chrome/browser/resources/bookmark_manager/manifest.json
@@ -21,5 +21,5 @@
"bookmarks": "main.html"
},
"content_security_policy":
- "object-src 'none'; script-src chrome://resources 'self'"
+ "object-src 'none'; script-src chrome://resources 'self' blob: filesystem:"
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/crosh_builtin/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698