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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCN xhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLO hJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==", 2 "key": "AAAAB3NzaC1yc2EAAAADAQABAAAAgQDtKfIKWzC4HnQbyAeddk5h78K7LSyrIEnLKDsQCN xhfsavJ+otV9JprDSz3nF7EHZokXiC72SHxdMndt2IlId/aRfhbU4UGidrmFBKg6v1Fs2zey6niB+xLO hJQMe9XtwVNWDpiGXHLmwNhG/FLhj0bBBf1HZDBV18Xp47ymLiuQ==",
3 "name": "crosh_builtin", 3 "name": "crosh_builtin",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "content_security_policy": "script-src 'self'; object-src 'self'", 5 "content_security_policy": "script-src 'self' blob: filesystem:; object-src 's elf' blob: filesystem:",
6 "version": "0.8.22", 6 "version": "0.8.22",
7 "default_locale": "en", 7 "default_locale": "en",
8 "description": "Built-in terminal for crosh.", 8 "description": "Built-in terminal for crosh.",
9 "offline_enabled": true, 9 "offline_enabled": true,
10 "incognito": "split", 10 "incognito": "split",
11 "permissions": [ 11 "permissions": [
12 "clipboardRead", 12 "clipboardRead",
13 "clipboardWrite", 13 "clipboardWrite",
14 "unlimitedStorage", 14 "unlimitedStorage",
15 "storage", 15 "storage",
16 "terminalPrivate" 16 "terminalPrivate"
17 ] 17 ]
18 } 18 }
OLDNEW
« 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