1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 12:08:59 +00:00

common/webauthn: Add new URLs for gandi.net and Slush Pool.

This commit is contained in:
Andrew Kozlik 2019-09-26 16:22:32 +02:00
parent 839c6cdac5
commit 6a33889706
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{
"label": "Gandi",
"u2f": ["https://account.gandi.net/api/u2f/trusted_facets.json"]
"u2f": ["https://account.gandi.net/api/u2f/trusted_facets.json"],
"webauthn": ["gandi.net"]
}

View File

@ -1,4 +1,4 @@
{
"label": "Slush Pool",
"u2f": ["https://slushpool.com/static/security/u2f.json"]
"u2f": ["https://slushpool.com/static/security/u2f.json", "https://slushpool.com/u2f.json"]
}

View File

@ -42,11 +42,13 @@ _knownapps = {
"label": "Slush Pool",
"use_sign_count": True,
},
"https://slushpool.com/u2f.json": {"label": "Slush Pool", "use_sign_count": True},
"https://dashboard.stripe.com": {"label": "Stripe", "use_sign_count": True},
"https://u2f.bin.coffee": {"label": "u2f.bin.coffee", "use_sign_count": True},
# WebAuthn
"www.binance.com": {"label": "Binance", "use_sign_count": False},
"www.dropbox.com": {"label": "Dropbox"},
"gandi.net": {"label": "Gandi"},
"github.com": {"label": "GitHub", "use_sign_count": True},
"google.com": {"label": "Google"},
"secure.login.gov": {"label": "login.gov"},