Skip to content

Commit

Permalink
Add Dashlane to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
jengo9332 committed Apr 22, 2020
1 parent c708e11 commit 06d9d0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/u2f/u2f_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ static const app_t _apps[] = {
"\x70\xd7\x9c\x10\x24\xff\x7c\x75\x59\x59\x32\x92",
.name = "Stripe",
},
{
// sha256('https://www.dashlane.com')
.app_id = "\x68\x20\x19\x15\xd7\x4c\xb4\x2a\xf5\xb3\xcc\x5c\x95\xb9\x55\x3e\x3e\x3a\x83\xb4"
"\xd2\xa9\x3b\x45\xfb\xad\xaa\x84\x69\xff\x8e\x6e",
.name = "Dashlane",
},
};

static struct {
Expand Down

0 comments on commit 06d9d0f

Please sign in to comment.