Skip to content

Commit

Permalink
Add Proton Calendar to internal verification info database (thanks @g…
Browse files Browse the repository at this point in the history
…reensheeps)

Resolves #14
  • Loading branch information
soupslurpr committed Jan 2, 2024
1 parent 07c5e6f commit 63b8c45
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,11 @@ val internalVerificationInfoDatabase = setOf(
"DC:C9:43:9E:C1:A6:C6:A8:D0:20:3F:34:23:EE:42:BC:C8:B9:70:62:8E:53:CB:73:A0:39:3F:39:8D:D5:B8:53",
)
),
VerificationInfo(
"me.proton.android.calendar",
setOf(
// Official
"DC:C9:43:9E:C1:A6:C6:A8:D0:20:3F:34:23:EE:42:BC:C8:B9:70:62:8E:53:CB:73:A0:39:3F:39:8D:D5:B8:53",
)
),
)

0 comments on commit 63b8c45

Please sign in to comment.