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

Side by Side Diff: ui/file_manager/file_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 unified diff | Download patch
« no previous file with comments | « ui/file_manager/audio_player/manifest.json ('k') | ui/file_manager/gallery/manifest.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/ 2 // chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/
3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3 5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==", 3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDlhpGghtnNJ7pluQN0RDwbUxwwi99oM3 5ZEaFYvxPLrf0fIEC18cfDdJi6u4aJ+UoSpgzK731L0P/k4LvK2Rz9kVKOy0+IvuRrWkT7lbrLfA1UEB h02OA1AAshjmyRg4IxCqgl8ia8XWq6HKegS1y1KXZYGgb4qp7Bh9VC4cIzswIBIw==",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "name": "Files", 5 "name": "Files",
6 "version": "3.0", 6 "version": "3.0",
7 "description": "File Manager", 7 "description": "File Manager",
8 "incognito" : "split", 8 "incognito" : "split",
9 "icons": { 9 "icons": {
10 "16": "common/images/icon16.png", 10 "16": "common/images/icon16.png",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "background/js/media_import_handler.js", 204 "background/js/media_import_handler.js",
205 "background/js/media_scanner.js", 205 "background/js/media_scanner.js",
206 "background/js/progress_center.js", 206 "background/js/progress_center.js",
207 "background/js/test_util_base.js", 207 "background/js/test_util_base.js",
208 "background/js/test_util.js", 208 "background/js/test_util.js",
209 "background/js/volume_manager.js", 209 "background/js/volume_manager.js",
210 "background/js/background.js" 210 "background/js/background.js"
211 ] 211 ]
212 }, 212 },
213 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension. 213 // chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp is the image loader e xtension.
214 "content_security_policy": "default-src 'none'; script-src 'self' chrome://r esources chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp chrome-extension:// fbjakikfhfdajcamjleinfciajelkpek; style-src 'self' 'unsafe-inline' chrome://reso urces chrome-extension://fbjakikfhfdajcamjleinfciajelkpek; frame-src 'self' abou t:; img-src 'self' chrome://resources chrome://theme data: https://docs.google.c om https://*.googleusercontent.com chrome://extension-icon; media-src 'self' htt ps://*.googleusercontent.com; connect-src https://drive.google.com https://www.g oogle-analytics.com chrome://resources; object-src 'self'" 214 "content_security_policy": "default-src 'none'; script-src 'self' blob: file system: chrome://resources chrome-extension://pmfjbimdmchhbnneeidfognadeopoehp c hrome-extension://fbjakikfhfdajcamjleinfciajelkpek; style-src 'self' blob: files ystem: 'unsafe-inline' chrome://resources chrome-extension://fbjakikfhfdajcamjle infciajelkpek; frame-src 'self' blob: filesystem: about:; img-src 'self' blob: f ilesystem: chrome://resources chrome://theme data: https://docs.google.com https ://*.googleusercontent.com chrome://extension-icon; media-src 'self' blob: files ystem: https://*.googleusercontent.com; connect-src https://drive.google.com htt ps://www.google-analytics.com chrome://resources; object-src 'self' blob: filesy stem:"
215 } 215 }
216 } 216 }
OLDNEW
« no previous file with comments | « ui/file_manager/audio_player/manifest.json ('k') | ui/file_manager/gallery/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698