Clarified (hopefully) how I disabled the logging of the user agent and referrer.

This commit is contained in:
Vrifox 2021-05-15 20:58:18 +02:00
parent dfac7dd062
commit 5c772bf539
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -36,6 +36,8 @@ Taken from [Ascraues Privacy Policy](https://ascraeus.org/page/privacy/) and mod
At least for now I don't need it for debugging purposes. This may change in the future.
I used a custom [log_format](#anonymized-ips) to achieve this.
## No Cookies
Cookies will not be set on these sites. I configured [nginx](https://nginx.org) to drop the header „Set-Cookie“ `proxy_hide_header Set-Cookie;`.