c3stream/Pages/Privacy.cshtml

16 lines
702 B
Plaintext

@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy";
}
<h3>Privacy Policy</h3>
<p style="text-align: justify">
Last update: 2022-02-09 <br/><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/>
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>