OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
7 | 7 |
8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
9 // | 9 // |
10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ | 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 132 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
133 "whitelist": [ | 133 "whitelist": [ |
134 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 134 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev |
135 "226CF815E39A363090A1E547D53063472B8279FA", // Trusted Tester | 135 "226CF815E39A363090A1E547D53063472B8279FA", // Trusted Tester |
136 "FA01E0B81978950F2BC5A50512FD769725F57510", // Staging | 136 "FA01E0B81978950F2BC5A50512FD769725F57510", // Staging |
137 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 137 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
138 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) | 138 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) |
139 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release | 139 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release |
140 ] | 140 ] |
141 }, | 141 }, |
| 142 "cast.streaming": { |
| 143 "channel": "dev", |
| 144 "extension_types": ["extension"] |
| 145 }, |
142 "chromePrivate": { | 146 "chromePrivate": { |
143 "channel": "stable", | 147 "channel": "stable", |
144 "extension_types": ["extension", "legacy_packaged_app"], | 148 "extension_types": ["extension", "legacy_packaged_app"], |
145 "whitelist": [ | 149 "whitelist": [ |
146 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver | 150 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver |
147 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta | 151 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta |
148 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev | 152 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev |
149 ] | 153 ] |
150 }, | 154 }, |
151 "chromeosInfoPrivate": { | 155 "chromeosInfoPrivate": { |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
888 // Only allowed for whitelisted extensions until all the caveats are | 892 // Only allowed for whitelisted extensions until all the caveats are |
889 // addressed. Tracked in crbug/285151. | 893 // addressed. Tracked in crbug/285151. |
890 "channel": "stable", | 894 "channel": "stable", |
891 "extension_types": ["extension"], | 895 "extension_types": ["extension"], |
892 "location": "component", | 896 "location": "component", |
893 "whitelist": [ | 897 "whitelist": [ |
894 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 898 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
895 ] | 899 ] |
896 }] | 900 }] |
897 } | 901 } |
OLD | NEW |