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

Commit

Permalink
Merge pull request #71 from hoony9x/patch/add-knownfacets-aws
Browse files Browse the repository at this point in the history
Update KnownFacets.swift
  • Loading branch information
mastahyeti authored Feb 24, 2020
2 parents 690e4a5 + 3c18fe7 commit 92bd04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SoftU2FTool/KnownFacets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let KnownFacets: [Data: String] = [
SHA256.digest("https://dashboard.stripe.com"): "https://dashboard.stripe.com",
SHA256.digest("https://id.fedoraproject.org/u2f-origins.json"): "https://id.fedoraproject.org",
SHA256.digest("https://lastpass.com"): "https://lastpass.com",
SHA256.digest("https://u2f.aws.amazon.com/app-id.json"): "https://aws.amazon.com",

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

0 comments on commit 92bd04a

Please sign in to comment.