mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04:00
Update privacy policy to disable IP logs site wide
This commit is contained in:
parent
410b43fb72
commit
4dd63b790c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user