This commit is contained in:
parent
87e5a7702b
commit
e40c1b1207
|
@ -2,7 +2,7 @@
|
|||
title: Privacy Policy
|
||||
---
|
||||
|
||||
**_Last updated: September 9, 2022_**
|
||||
**_Last updated: June 24, 2023_**
|
||||
|
||||
_This privacy policy applies to this website, as well as the free services
|
||||
mentioned in the [about page]({{< relref "about.md#free-services" >}})._
|
||||
|
@ -30,9 +30,8 @@ that allows data to be encrypted, but not decrypted. This means that the server
|
|||
does not learn your real IP address, but only a one-way encrypted version of it
|
||||
so that it can detect IP addresses that behave maliciously and rate limit
|
||||
connections from those. Furthermore, this database of hashed IP addresses is
|
||||
stored in memory only, and is not used for any other purpose than rate
|
||||
limiting. A single hashed IP address is stored for a maximum of 10 minutes
|
||||
after the last request from it.
|
||||
not used for any other purpose than rate limiting. A single hashed IP address
|
||||
is stored for a maximum of 10 minutes after the last request from it.
|
||||
|
||||
## Cookies
|
||||
|
||||
|
|
Loading…
Reference in a new issue