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

Side by Side Diff: extensions/common/api/_manifest_features.json

Issue 1090863005: Add experimental IDs to content_capabilities whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines manifest keys implemented under src/extensions. 5 // This features file defines manifest keys implemented under src/extensions.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 8
9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
10 // 10 //
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 83 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
84 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 84 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
85 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 85 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
86 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 86 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
87 ] 87 ]
88 }], 88 }],
89 "content_capabilities": [{ 89 "content_capabilities": [{
90 "channel": "stable", 90 "channel": "stable",
91 "extension_types": ["extension"], 91 "extension_types": ["extension"],
92 "whitelist": [ 92 "whitelist": [
93 "950D13BB9B4794F4CA2A68D3597E5DFAA47C88AE" // Drive 93 "950D13BB9B4794F4CA2A68D3597E5DFAA47C88AE", // Drive
94 "0EEB39B7A9A52CAAE6A072F83320435749B184A4", // http://crbug.com/481210
95 "D4AF239830E1E038C9B60DA365B1EC9CB3BC5658" // http://crbug.com/481210
94 ] 96 ]
95 }, { 97 }, {
96 "channel": "canary", 98 "channel": "canary",
97 "extension_types": ["extension"] 99 "extension_types": ["extension"]
98 }], 100 }],
99 "content_security_policy": { 101 "content_security_policy": {
100 "channel": "stable", 102 "channel": "stable",
101 // Platform apps have a restricted content security policy that cannot be 103 // Platform apps have a restricted content security policy that cannot be
102 // overriden (except for a whitelist of exceptions, see the 104 // overriden (except for a whitelist of exceptions, see the
103 // app.content_security_policy whitelist). 105 // app.content_security_policy whitelist).
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "extension_types": ["platform_app"], 289 "extension_types": ["platform_app"],
288 "location": "component" 290 "location": "component"
289 } 291 }
290 ], 292 ],
291 "webview": { 293 "webview": {
292 "channel": "stable", 294 "channel": "stable",
293 "extension_types": ["platform_app"], 295 "extension_types": ["platform_app"],
294 "min_manifest_version": 2 296 "min_manifest_version": 2
295 } 297 }
296 } 298 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698