u2f: add bitfinex

This commit is contained in:
Pavol Rusnak 2017-11-03 19:03:28 +01:00
parent 278610dce1
commit af86f57da3
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 1 additions and 0 deletions

View File

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

Binary file not shown.