From f6f51804039cc35f1291cdef451de7b3679a10b3 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Thu, 14 Apr 2022 18:50:30 +0200 Subject: [PATCH] :memo: Added trash-privacy-policy --- .../src/routes/docs/privacy-policy.svelte | 87 +++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 frontend/src/routes/docs/privacy-policy.svelte diff --git a/frontend/src/routes/docs/privacy-policy.svelte b/frontend/src/routes/docs/privacy-policy.svelte new file mode 100644 index 0000000..f7818df --- /dev/null +++ b/frontend/src/routes/docs/privacy-policy.svelte @@ -0,0 +1,87 @@ + + + + ClassQuiz/docs - Self-Host + + + +
+

Privacy Policy

+ + +

What gets stored for how long and why

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
What?Why?How long?Where?
+ Your IP-Address + +
    +
  • I store them because I am too lazy to configure them to be not stored.
  • +
  • To prevent abuse
  • +
  • To provide user-sessions
  • +
+
+ For a very long time + + On my server, by Netcup, in Germany. +
+ The data you enter (quizzes, email, username) + + Self-explaining + + Untill you delete your account + + On my server, by Netcup, in Germany. +
Your hashed passwordSelf-explainingUntill you delete your accountOn my server, by Netcup, in Germany.
+ +

Cookies

+

+ Cookies are used to store access-tokens, user-sessions and preferences. + They expire after a year. +

+ +

Third-parties

+

+ This site uses Sentry to log errors. An opt-out is not available at the moment. + This website also uses Plausible to log usage-data. +

+ +
\ No newline at end of file