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 #27 from jhohiselkeeper/add-keepersecurity-facet
Browse files Browse the repository at this point in the history
Add facet for Keeper Password Manager
  • Loading branch information
mastahyeti authored Jul 31, 2017
2 parents 14ea9bb + acad3b7 commit 5d80ff7
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 @@ -12,5 +12,6 @@ let KnownFacets: [Data: String] = [
SHA256.digest("https://demo.yubico.com"): "https://demo.yubico.com",
SHA256.digest("https://www.dropbox.com/u2f-app-id.json"): "https://dropbox.com",
SHA256.digest("https://www.gstatic.com/securitykey/origins.json"): "https://google.com",
SHA256.digest("https://vault.bitwarden.com/app-id.json"): "https://vault.bitwarden.com"
SHA256.digest("https://vault.bitwarden.com/app-id.json"): "https://vault.bitwarden.com",
SHA256.digest("https://keepersecurity.com"): "https://keepersecurity.com"
]

0 comments on commit 5d80ff7

Please sign in to comment.