mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 09:28:13 +00:00
u2f: Adds Gandi.net as verified app
This commit is contained in:
parent
2bc37a10fe
commit
2b5bfb1990
@ -9,4 +9,5 @@ knownapps = {
|
||||
hashlib.sha256(b'https://www.gstatic.com/securitykey/origins.json').digest(): 'Google',
|
||||
hashlib.sha256(b'https://slushpool.com/static/security/u2f.json').digest(): 'Slush Pool',
|
||||
hashlib.sha256(b'https://demo.yubico.com').digest(): 'Yubico U2F Demo',
|
||||
hashlib.sha256(b'https://account.gandi.net/api/u2f/trusted_facets.json').digest(): 'Gandi.net',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user