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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 "whitelist": [ | 106 "whitelist": [ |
107 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 | 107 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 |
108 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 | 108 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 |
109 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 | 109 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 |
110 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 | 110 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 |
111 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 | 111 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 |
112 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" // http://crbug.com/320952 | 112 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" // http://crbug.com/320952 |
113 ] | 113 ] |
114 } | 114 } |
115 ], | 115 ], |
116 "bluetooth": { | |
117 "channel": "dev", | |
118 "extension_types": ["platform_app"] | |
119 }, | |
120 "bluetoothDevices": { | |
121 "channel": "dev", | |
122 "extension_types": ["platform_app"] | |
123 }, | |
124 "bookmarkManagerPrivate": { | 116 "bookmarkManagerPrivate": { |
125 "channel": "stable", | 117 "channel": "stable", |
126 "extension_types": ["extension", "legacy_packaged_app"], | 118 "extension_types": ["extension", "legacy_packaged_app"], |
127 "whitelist": [ | 119 "whitelist": [ |
128 "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager | 120 "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager |
129 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | 121 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 |
130 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 | 122 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 |
131 ] | 123 ] |
132 }, | 124 }, |
133 "bookmarks": { | 125 "bookmarks": { |
(...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 // Only allowed for whitelisted extensions until all the caveats are | 947 // Only allowed for whitelisted extensions until all the caveats are |
956 // addressed. Tracked in crbug/285151. | 948 // addressed. Tracked in crbug/285151. |
957 "channel": "stable", | 949 "channel": "stable", |
958 "extension_types": ["extension"], | 950 "extension_types": ["extension"], |
959 "location": "component", | 951 "location": "component", |
960 "whitelist": [ | 952 "whitelist": [ |
961 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 953 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
962 ] | 954 ] |
963 }] | 955 }] |
964 } | 956 } |
OLD | NEW |