mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
u2f: capitalize Bitwarden (#491)
This commit is contained in:
parent
57d1fe948c
commit
4c59b02d90
@ -15,7 +15,7 @@ knownapps = {
|
||||
b"https://slushpool.com/static/security/u2f.json"
|
||||
).digest(): "Slush Pool",
|
||||
hashlib.sha256(b"https://u2f.bin.coffee").digest(): "u2f.bin.coffee",
|
||||
hashlib.sha256(b"https://vault.bitwarden.com/app-id.json").digest(): "bitwarden",
|
||||
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",
|
||||
|
Loading…
Reference in New Issue
Block a user