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

Unified Diff: chrome/browser/resources/chromeos/crosh_builtin/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/chromeos/crosh_builtin/manifest.json
diff --git a/chrome/browser/resources/chromeos/crosh_builtin/manifest.json b/chrome/browser/resources/chromeos/crosh_builtin/manifest.json
index c8bec38bb215b228f2c8bd8dbb799ce50c1775a7..dc85297eef3b8579fe8db6520becf968012e8300 100644
--- a/chrome/browser/resources/chromeos/crosh_builtin/manifest.json
+++ b/chrome/browser/resources/chromeos/crosh_builtin/manifest.json
@@ -2,7 +2,7 @@
"key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCNxhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLOhJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==",
"name": "crosh_builtin",
"manifest_version": 2,
- "content_security_policy": "script-src 'self'; object-src 'self'",
+ "content_security_policy": "script-src 'self' blob: filesystem:; object-src 'self' blob: filesystem:",
"version": "0.8.22",
"default_locale": "en",
"description": "Built-in terminal for crosh.",
« no previous file with comments | « chrome/browser/resources/bookmark_manager/manifest.json ('k') | chrome/browser/resources/chromeos/echo/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698