Commit 4dcc4b9a authored by arnarb@chromium.org's avatar arnarb@chromium.org

Whitelist FIDO U2F extension to usb,hid

TBR=kalman
BUG=361199

Review URL: https://codereview.chromium.org/256593005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266360 0039d316-1c4b-4281-b951-d872f2087c98
parent 1688e5d7
......@@ -449,10 +449,19 @@
"extension", "legacy_packaged_app", "hosted_app", "platform_app"
]
},
"hid": {
"channel": "dev",
"extension_types": ["platform_app"]
},
"hid": [
{
"channel": "dev",
"extension_types": ["platform_app"]
},
{
"channel": "stable",
"extension_types": ["extension"],
"whitelist": [
"496B6890097EB6E19809ADEADD095A8721FBB2E0" // FIDO U2F APIs
]
}
],
"history": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
......@@ -893,14 +902,32 @@
"extension", "legacy_packaged_app", "hosted_app", "platform_app"
]
},
"usb": {
"channel": "stable",
"extension_types": ["platform_app"]
},
"usbDevices": {
"channel": "stable",
"extension_types": ["platform_app"]
},
"usb": [
{
"channel": "stable",
"extension_types": ["platform_app"]
},
{
"channel": "stable",
"extension_types": ["extension"],
"whitelist": [
"496B6890097EB6E19809ADEADD095A8721FBB2E0" // FIDO U2F APIs
]
}
],
"usbDevices": [
{
"channel": "stable",
"extension_types": ["platform_app"]
},
{
"channel": "stable",
"extension_types": ["extension"],
"whitelist": [
"496B6890097EB6E19809ADEADD095A8721FBB2E0" // FIDO U2F APIs
]
}
],
"videoCapture": [
{
"channel": "stable",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment