Skip to content

Commit e7b2b4d

Browse files
docs: document /download trust-confirmation gate (from encryption4all/postguard-website#258)
1 parent 1f83dfe commit e7b2b4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/repos/postguard-website.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ if (uuidParam) {
4949

5050
<small>[Source: src/routes/(app)/decrypt/+page.svelte#L86-L106](https://github.com/encryption4all/postguard-website/blob/0398c87d113ab7b9fc518f4eb9aaf7059745d54a/src/routes/%28app%29/decrypt/%2Bpage.svelte#L86-L106)</small>
5151

52+
### Download confirmation gate
53+
54+
Since [encryption4all/postguard-website#258](https://github.com/encryption4all/postguard-website/pull/258), the `/download` page decrypts into in-memory blobs and pauses on a confirmation step before any file is written to disk. The recipient sees the file list and the verified sender, then chooses to keep or discard the files. Declining drops the blobs without writing them; accepting starts the browser downloads. When the sender disclosed nothing beyond their email, the confirmation panel warns that email alone is a weak identity claim, since anyone with control of that mailbox could have signed the message.
55+
5256
## Development
5357

5458
### Quick Start with Docker Compose (recommended)

0 commit comments

Comments
 (0)