c3stream/Pages/Privacy.cshtml

29 lines
1.1 KiB
Plaintext

@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy";
}
<h3>Privacy Policy</h3>
<p style="text-align: justify">
Last update: 2022-12-15 <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 unnecessary logs are kept, no trackers used. <br/>
</p>
<p>Web server access logs are enabled for statistical purposes only. The following data is collected and kept in anonymized form for a maximum of 28 days:</p>
<ul>
<li>Request date & time</li>
<li>Anonymized IP address (first 48 bits of the IPv6 address, IPv4 addresses go through a NAT46 gateway and are not logged)</li>
<li>Request type, URL and protocol</li>
<li>HTTP response code</li>
<li>Response body size</li>
<li>Referer</li>
<li>User agent</li>
<li>Response time</li>
</ul>
<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/>
You should therefore reference their privacy policy as well. <br/>
</p>