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

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

Issue 976983003: Enable content_capabilities on dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/396117 79 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/396117
80 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/396117 80 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/396117
81 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/396117 81 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/396117
82 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/396117 82 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/396117
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 ] 94 ]
95 }, 95 }, {
96 "channel": "dev",
not at google - send to devlin 2015/03/04 17:37:45 You could also enable on canary only, if this is j
97 "extension_types": ["extension"]
98 }],
96 "content_security_policy": { 99 "content_security_policy": {
97 "channel": "stable", 100 "channel": "stable",
98 // Platform apps have a restricted content security policy that cannot be 101 // Platform apps have a restricted content security policy that cannot be
99 // overriden (except for a whitelist of exceptions, see the 102 // overriden (except for a whitelist of exceptions, see the
100 // app.content_security_policy whitelist). 103 // app.content_security_policy whitelist).
101 "extension_types": ["extension", "legacy_packaged_app"] 104 "extension_types": ["extension", "legacy_packaged_app"]
102 }, 105 },
103 "copresence" : { 106 "copresence" : {
104 "channel": "stable", 107 "channel": "stable",
105 "extension_types": "all" 108 "extension_types": "all"
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "extension_types": ["platform_app"], 287 "extension_types": ["platform_app"],
285 "location": "component" 288 "location": "component"
286 } 289 }
287 ], 290 ],
288 "webview": { 291 "webview": {
289 "channel": "stable", 292 "channel": "stable",
290 "extension_types": ["platform_app"], 293 "extension_types": ["platform_app"],
291 "min_manifest_version": 2 294 "min_manifest_version": 2
292 } 295 }
293 } 296 }
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