c3stream/Pages/Privacy.cshtml

11 lines
460 B
Plaintext
Raw Normal View History

2020-12-28 06:10:48 +01:00
@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy";
}
<h3>Privacy</h3>
<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.
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/>
Have fun!
</p>