common/webauthn: Add webauthn RP ID for google.com.

pull/360/head
Andrew Kozlik 5 years ago
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…
Cancel
Save