Update privacy policy to disable IP logs site wide

This commit is contained in:
NebulaOnion 2022-11-05 16:14:41 +00:00 committed by Gitea
parent 410b43fb72
commit 4dd63b790c

View File

@ -31,6 +31,11 @@ Your account *can* be suspended if you take part in any sort of malicious activi
As nature of this website, privacy and security must be our main priority, the following is currently in effect:
- nginx logging is disabled on all servers.
- (no IPs are being logged)
- The following nginx headers are set to zero:
`proxy_set_header X-Forwarded-For 0.0.0.0;`
`proxy_set_header X-Real-IP 0.0.0.0;`
`proxy_set_header X-Forwarded-Host 0.0.0.0;`
<br>
@ -58,8 +63,6 @@ As nature of this website, privacy and security must be our main priority, the f
- `user_ips_max_age` is set to `0s` (disabled)
- nginx is configured to strip and remove every IP address it encounters before passing the request to Synapse.
- `bcrypt_rounds` is set to `16`
- `MSC2285` is enabled