c3stream/Pages/Privacy.cshtml

11 lines
460 B
Plaintext
Raw Normal View History

2020-01-03 15:10:06 +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.
2020-12-28 05:20:55 +01:00
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/>
2020-01-03 15:10:06 +01:00
Have fun!
</p>