1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 01:18:28 +00:00

apps.fido_u2f: add yubico u2f demo to known apps

This commit is contained in:
Pavol Rusnak 2016-11-15 18:40:19 +01:00
parent e6d38b8b71
commit 90c4480bf6
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ knownapps = {
hashlib.sha256(b'https://gitlab.com').digest() : 'GitLab',
hashlib.sha256(b'https://www.gstatic.com/securitykey/origins.json').digest() : 'Google',
hashlib.sha256(b'https://slushpool.com/static/security/u2f.json').digest() : 'Slush Pool',
hashlib.sha256(b'https://demo.yubico.com').digest() : 'Yubico U2F Demo',
}

Binary file not shown.