Update PRIVACY.md
This commit is contained in:
parent
7370d01473
commit
84957ff523
1 changed files with 10 additions and 0 deletions
10
PRIVACY.md
10
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
|
||||
|
|
Loading…
Add table
Reference in a new issue