u2f: add bitfinex

pull/25/head
Pavol Rusnak 7 years ago
parent 278610dce1
commit af86f57da3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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',

Loading…
Cancel
Save