c3stream/Pages/Privacy.cshtml

16 lines
702 B
Plaintext
Raw Normal View History

2020-12-28 06:10:48 +01:00
@page
@model PrivacyModel
@{
2022-02-09 20:40:57 +01:00
ViewData["Title"] = "Privacy";
2020-12-28 06:10:48 +01:00
}
2022-02-09 20:40:57 +01:00
<h3>Privacy Policy</h3>
2020-12-28 06:10:48 +01:00
<p style="text-align: justify">
2022-02-09 20:40:57 +01:00
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/>
2020-12-28 06:10:48 +01:00
</p>