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

Commit

Permalink
Add Fedora U2F to known facets
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Uiterwijk <[email protected]>
  • Loading branch information
puiterwijk committed Jan 2, 2018
1 parent a48082d commit cb0efa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SoftU2FTool/KnownFacets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ let KnownFacets: [Data: String] = [
SHA256.digest("https://vault.bitwarden.com/app-id.json"): "https://vault.bitwarden.com",
SHA256.digest("https://keepersecurity.com"): "https://keepersecurity.com",
SHA256.digest("https://api-9dcf9b83.duosecurity.com"): "https://api-9dcf9b83.duosecurity.com",
SHA256.digest("https://dashboard.stripe.com"): "https://dashboard.stripe.com"
SHA256.digest("https://dashboard.stripe.com"): "https://dashboard.stripe.com",
SHA256.digest("https://id.fedoraproject.org/u2f-origins.json"): "https://id.fedoraproject.org"
]

0 comments on commit cb0efa9

Please sign in to comment.