mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
u2f: add bitfinex
This commit is contained in:
parent
278610dce1
commit
af86f57da3
@ -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',
|
||||
|
BIN
src/apps/fido_u2f/res/u2f_bitfinex.toif
Normal file
BIN
src/apps/fido_u2f/res/u2f_bitfinex.toif
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user