From 486c94f4ff66aa677c71d363b59ef2b133a99ee5 Mon Sep 17 00:00:00 2001 From: M1 Date: Tue, 17 Mar 2026 08:42:01 +0400 Subject: [PATCH] chore: strengthen security section on privacy page --- apps/web/src/dashboard/privacy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/dashboard/privacy.html b/apps/web/src/dashboard/privacy.html index cbf0ad7..0a8f0ce 100644 --- a/apps/web/src/dashboard/privacy.html +++ b/apps/web/src/dashboard/privacy.html @@ -137,7 +137,7 @@

Security

- Data in transit is encrypted via TLS. Postgres data is on encrypted disks. Your account key is the only credential — there's no password database to breach. + All data in transit is encrypted via TLS. All data at rest is on encrypted disks. Your account key is the only credential — there's no password database to breach, no hashed passwords to crack, no OAuth tokens to steal.

Contact