diff --git a/src/apps/fido_u2f/knownapps.py b/src/apps/fido_u2f/knownapps.py index 4aff05553..4a9918fc4 100644 --- a/src/apps/fido_u2f/knownapps.py +++ b/src/apps/fido_u2f/knownapps.py @@ -11,6 +11,7 @@ knownapps = { hashlib.sha256(b'https://keepersecurity.com').digest(): 'Keeper', hashlib.sha256(b'https://slushpool.com/static/security/u2f.json').digest(): 'Slush Pool', hashlib.sha256(b'https://vault.bitwarden.com/app-id.json').digest(): 'bitwarden', + hashlib.sha256(b'https://www.bitfinex.com').digest(): 'Bitfinex', 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://www.gstatic.com/securitykey/origins.json').digest(): 'Google', diff --git a/src/apps/fido_u2f/res/u2f_bitfinex.toif b/src/apps/fido_u2f/res/u2f_bitfinex.toif new file mode 100644 index 000000000..8359da4db Binary files /dev/null and b/src/apps/fido_u2f/res/u2f_bitfinex.toif differ