Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit 92bd04a

Browse files
authored
Merge pull request #71 from hoony9x/patch/add-knownfacets-aws
Update KnownFacets.swift
2 parents 690e4a5 + 3c18fe7 commit 92bd04a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SoftU2FTool/KnownFacets.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ let KnownFacets: [Data: String] = [
1818
SHA256.digest("https://dashboard.stripe.com"): "https://dashboard.stripe.com",
1919
SHA256.digest("https://id.fedoraproject.org/u2f-origins.json"): "https://id.fedoraproject.org",
2020
SHA256.digest("https://lastpass.com"): "https://lastpass.com",
21+
SHA256.digest("https://u2f.aws.amazon.com/app-id.json"): "https://aws.amazon.com",
2122

2223
// When we return an error during authentication, Chrome will send a registration request with
2324
// a bogus AppID.

0 commit comments

Comments
 (0)