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:
parent
e6d38b8b71
commit
90c4480bf6
@ -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',
|
||||
}
|
||||
|
BIN
src/apps/fido_u2f/res/u2f_yubico_u2f_demo.toif
Normal file
BIN
src/apps/fido_u2f/res/u2f_yubico_u2f_demo.toif
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user