docs: add gdpr relevant information (#4624)
* docs: add gdpr relevant information * docs: add gdpr relevant informationpull/4630/head
parent
cc1e58e004
commit
9400b1c54d
|
@ -16,9 +16,14 @@ aliases:
|
|||
- /privacy.html
|
||||
---
|
||||
|
||||
## Website
|
||||
|
||||
This section applies to the public website at https://www.authelia.com and does not apply to the _Authelia_ application
|
||||
itself.
|
||||
|
||||
__TLDR__: We do not use cookies and we do not collect any personal data.
|
||||
|
||||
## Website visitors
|
||||
### Website visitors
|
||||
|
||||
* No personal information is collected.
|
||||
* No information is stored in the browser.
|
||||
|
@ -27,6 +32,30 @@ __TLDR__: We do not use cookies and we do not collect any personal data.
|
|||
* No information is mined and harvested for personal and behavioral trends.
|
||||
* No information is monetized.
|
||||
|
||||
## Application
|
||||
|
||||
This section applies to the _Authelia_ application itself and does not apply to the public website
|
||||
at https://www.authelia.com. It's important for users of _Authelia_ to note that this policy only applies to what the
|
||||
_Authelia_ application itself does automatically. Individual installations of _Authelia_ may differ from this policy
|
||||
depending on the administrator who deploys the application. It is beyond our ability to include this in our policy and
|
||||
you should refer to their privacy policy.
|
||||
|
||||
__TLDR__: We collect only information necessary to operate the application and properly perform security audits.
|
||||
|
||||
### Application visitors
|
||||
|
||||
* No personal information is collected other than:
|
||||
* Username and IP address are recorded and logged for security related events for auditing purposes.
|
||||
* The information stored in the browser is:
|
||||
* Cookies:
|
||||
* A session cookie necessary for the application to operate.
|
||||
* Local Storage:
|
||||
* A language preference necessary for the application to operate.
|
||||
* No information is shared with, sent to or sold to third-parties.
|
||||
* No information is shared with advertising companies.
|
||||
* No information is mined and harvested for personal and behavioral trends.
|
||||
* No information is monetized.
|
||||
|
||||
## Contact us
|
||||
|
||||
[Contact us](../information/contact.md) if you have any questions.
|
||||
|
|
Loading…
Reference in New Issue