-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Description
Description:
I noticed that invalid checksum appears on forwarded signed message. Meanwhile the signed message verification works.
There's also a typographical error which makes "}" as part of the rendered content but should be omitted.
flowcrypt-browser/extension/chrome/elements/pgp_block_modules/pgp-block-render-module.ts
Line 52 in aeda798
| contentWithLink = `<div class="pgp-invalid-checksum">${Lang.pgpBlock.invalidCheckSum}</div>${contentWithLink}}`; |
Step to reproduce:
- User 1 send signed message User 2.
- User forwards the signed message as plain text using (Gmail forward) to User 3.
- User 3 sees the following message above using FlowCrypt browser.
