1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 04:48:12 +00:00

apps.fido_u2f: add fastmail to known providers

This commit is contained in:
Pavol Rusnak 2016-11-10 13:27:42 +01:00
parent 105b9c8167
commit 05e035d56a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from trezor.crypto import hashlib
knownapps = { knownapps = {
hashlib.sha256(b'https://bitbucket.org').digest() : 'Bitbucket', hashlib.sha256(b'https://bitbucket.org').digest() : 'Bitbucket',
hashlib.sha256(b'https://www.dropbox.com/u2f-app-id.json').digest() : 'Dropbox', 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://github.com/u2f/trusted_facets').digest() : 'GitHub', hashlib.sha256(b'https://github.com/u2f/trusted_facets').digest() : 'GitHub',
hashlib.sha256(b'https://gitlab.com').digest() : 'GitLab', hashlib.sha256(b'https://gitlab.com').digest() : 'GitLab',
hashlib.sha256(b'https://www.gstatic.com/securitykey/origins.json').digest() : 'Google', hashlib.sha256(b'https://www.gstatic.com/securitykey/origins.json').digest() : 'Google',

Binary file not shown.