Merge pull request 'Update privacy policy to disable IP logs site wide' (#27) from NebulaOnion/anonymousland:main into main

Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/27
This commit is contained in:
deathrow 2022-11-06 00:45:43 +00:00
commit 9be1c4b6df

View File

@ -30,7 +30,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.
- nginx logging is disabled on all servers and no IPs are being logged.
- The following nginx headers are set to disable IP logging:
- `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 +62,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