| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "whitelist": [ | 111 "whitelist": [ |
| 112 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 | 112 "5B5DA6D054D10DB917AF7D9EAE3C56044D1B0B03", // http://crbug.com/286542 |
| 113 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 | 113 "2843C1E82A9B6C6FB49308FDDF4E157B6B44BC2B", // http://crbug.com/286542 |
| 114 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 | 114 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 |
| 115 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 | 115 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 |
| 116 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 | 116 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 |
| 117 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" // http://crbug.com/320952 | 117 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" // http://crbug.com/320952 |
| 118 ] | 118 ] |
| 119 } | 119 } |
| 120 ], | 120 ], |
| 121 "bluetooth": { | |
| 122 "channel": "stable", | |
| 123 "extension_types": ["platform_app"] | |
| 124 }, | |
| 125 "bluetoothDevices": { | |
| 126 "channel": "stable", | |
| 127 "extension_types": ["platform_app"] | |
| 128 }, | |
| 129 "bookmarkManagerPrivate": { | 121 "bookmarkManagerPrivate": { |
| 130 "channel": "stable", | 122 "channel": "stable", |
| 131 "extension_types": ["extension", "legacy_packaged_app"], | 123 "extension_types": ["extension", "legacy_packaged_app"], |
| 132 "whitelist": [ | 124 "whitelist": [ |
| 133 "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager | 125 "CB2E4E7174A398FCB3AFA6840500C2E1D22DA7B2", // Bookmark Manager |
| 134 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 | 126 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 |
| 135 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 | 127 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 |
| 136 ] | 128 ] |
| 137 }, | 129 }, |
| 138 "bookmarks": { | 130 "bookmarks": { |
| (...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 // Only allowed for whitelisted extensions until all the caveats are | 926 // Only allowed for whitelisted extensions until all the caveats are |
| 935 // addressed. Tracked in crbug/285151. | 927 // addressed. Tracked in crbug/285151. |
| 936 "channel": "stable", | 928 "channel": "stable", |
| 937 "extension_types": ["extension"], | 929 "extension_types": ["extension"], |
| 938 "location": "component", | 930 "location": "component", |
| 939 "whitelist": [ | 931 "whitelist": [ |
| 940 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 932 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 941 ] | 933 ] |
| 942 }] | 934 }] |
| 943 } | 935 } |
| OLD | NEW |