Update privacy policy

This commit is contained in:
Laura Hausmann 2022-02-09 20:40:57 +01:00
parent 0f35abfa36
commit 34fbc4d7f5
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -1,11 +1,16 @@
@page @page
@model PrivacyModel @model PrivacyModel
@{ @{
ViewData["Title"] = "Privacy"; ViewData["Title"] = "Privacy";
} }
<h3>Privacy</h3> <h3>Privacy Policy</h3>
<p style="text-align: justify"> <p style="text-align: justify">
All data saved about you on this website is the watched status of talks you marked in association with your randomly generated bookmark UUID. Last update: 2022-02-09 <br/><br/>
No logs are kept, no trackers used. Keep in mind that you are forwarded to media.ccc.de when you watch a talk, and therefore should check their privacy policy as well. <br/> All data saved about you on this website is the watched status of talks you marked in association with your randomly generated bookmark UUID. <br/>
Have fun! No logs are kept, no trackers used. <br/>
</p>
<p style="text-align: justify">
Keep in mind that you are forwarded to media.ccc.de when you watch a talk (except when using our mirror). <br/>
Furthermore, when you open the info page for a talk, your IP address is shared with media.ccc.de, due to the fetched icon. <br/>
You should therefore reference their privacy policy as well. <br/>
</p> </p>