From e3adc6b2cb778060703f11c5adaccfd0b746dc6a Mon Sep 17 00:00:00 2001 From: Pouya <> Date: Thu, 4 Jun 2026 18:41:30 +0200 Subject: [PATCH] docs(privacy): drop operator-contact section; nothing identifiable is stored --- privacy.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/privacy.html b/privacy.html index ef345b3..d784769 100644 --- a/privacy.html +++ b/privacy.html @@ -505,18 +505,19 @@ footer .sig .dot{width:6px;height:6px;border-radius:50%;background:var(--accent) anonymized aggregates are kept longer.

- +
- Your rights + Nothing to act on
-

Your rights

-

You can ask what's held about you, or to have it removed — though with - truncated IPs and aggregate counts there's effectively nothing that - identifies you individually.

-

To exercise your GDPR rights, reach the site operator via the - source repository.

+

Nothing to opt out of

+

Because what's recorded is anonymized and only ever aggregated, there's + no personal record here to access, correct, or delete — and nothing to + opt out of.

+

The only time a full IP address exists is the split-second, in-memory + rate-limit check that keeps the site up; it is never written to a log or + stored. That's the whole point of building it this way.