Skip to content

Commit

Permalink
Add FairEmail to internal verification info database (thanks @w9925)
Browse files Browse the repository at this point in the history
resolves #24
  • Loading branch information
soupslurpr committed Jan 3, 2024
1 parent d496ace commit fe3af46
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -374,5 +374,24 @@ val internalVerificationInfoDatabase = setOf(
false
)
)
),
InternalDatabaseVerificationInfo(
"eu.faircode.email",
listOf(
// GitHub/Google Play Store
Hashes(
listOf(
"E0:20:67:24:9F:5A:35:0E:0E:C7:03:FE:9D:F4:DD:68:2E:02:91:A0:9F:0C:2E:04:10:50:BB:E7:C0:64:F5:C9",
),
false
),
// F-Droid
Hashes(
listOf(
"B9:D0:41:58:2A:F4:6E:E3:9B:BA:0F:2F:18:29:D9:48:AE:21:EC:F7:FF:A6:BA:12:03:85:D2:45:EB:B7:88:AE",
),
false
)
)
)
)

0 comments on commit fe3af46

Please sign in to comment.