From 84957ff52372b525e59547e28f16b2babb654c0f Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Tue, 29 Oct 2024 17:43:28 +0100 Subject: [PATCH] Update PRIVACY.md --- PRIVACY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PRIVACY.md b/PRIVACY.md index 00d7195..b4240a4 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -10,6 +10,16 @@ Stored temporarily: - for every website request: timestamp, user agent[^1], path - IP address is **not stored** (but please don't be the change) +This is how it looks like when you're entering the main page: +``` +nginx-1 | - [29/Oct/2024:16:33:23 +0000] "GET / HTTP/2.0" 303 41 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0" "-" +nginx-1 | - [29/Oct/2024:16:33:23 +0000] "GET /git724/git724 HTTP/2.0" 200 15426 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0" "-" +nginx-1 | - [29/Oct/2024:16:33:23 +0000] "GET /assets/img/logo.svg HTTP/2.0" 200 289 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0" "-" +[other assets] +nginx-1 | - [29/Oct/2024:16:33:23 +0000] "GET /avatars/2e9d5ee799fb3cb70596d9f85934b409?size=48 HTTP/2.0" 200 3626 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0" "-" +nginx-1 | - [29/Oct/2024:16:33:23 +0000] "GET /assets/img/favicon.svg HTTP/2.0" 200 289 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0" "-" +``` + That's about this service, of course. I don't use a CDN or a third party proxy, but that doesn't mean nobody is MITM[^2] [^1]: Sent by your browser. It contains browser name, version, device, operating system, its version, etc