mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
common/webauthn: Add webauthn RP ID for google.com.
This commit is contained in:
parent
40c66e6d85
commit
5e99058832
@ -1,4 +1,5 @@
|
||||
{
|
||||
"label": "Google",
|
||||
"u2f": "https://www.gstatic.com/securitykey/origins.json"
|
||||
"u2f": "https://www.gstatic.com/securitykey/origins.json",
|
||||
"webauthn": "google.com"
|
||||
}
|
||||
|
@ -48,6 +48,7 @@ _knownapps = {
|
||||
"www.binance.com": {"label": "Binance", "use_sign_count": False},
|
||||
"www.dropbox.com": {"label": "Dropbox"},
|
||||
"github.com": {"label": "GitHub", "use_sign_count": True},
|
||||
"google.com": {"label": "Google"},
|
||||
"secure.login.gov": {"label": "login.gov"},
|
||||
"login.microsoft.com": {"label": "Microsoft", "use_sign_count": False},
|
||||
"webauthn.bin.coffee": {"label": "webauthn.bin.coffee"},
|
||||
|
Loading…
Reference in New Issue
Block a user