mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
apps.fido_u2f: add fastmail to known providers
This commit is contained in:
parent
105b9c8167
commit
05e035d56a
@ -3,6 +3,7 @@ from trezor.crypto import hashlib
|
||||
knownapps = {
|
||||
hashlib.sha256(b'https://bitbucket.org').digest() : 'Bitbucket',
|
||||
hashlib.sha256(b'https://www.dropbox.com/u2f-app-id.json').digest() : 'Dropbox',
|
||||
hashlib.sha256(b'https://www.fastmail.com').digest() : 'FastMail',
|
||||
hashlib.sha256(b'https://github.com/u2f/trusted_facets').digest() : 'GitHub',
|
||||
hashlib.sha256(b'https://gitlab.com').digest() : 'GitLab',
|
||||
hashlib.sha256(b'https://www.gstatic.com/securitykey/origins.json').digest() : 'Google',
|
||||
|
BIN
src/apps/fido_u2f/res/u2f_fastmail.toif
Normal file
BIN
src/apps/fido_u2f/res/u2f_fastmail.toif
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user