c3stream/Pages/Privacy.cshtml

29 lines
1.1 KiB
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-12-15 19:03:13 +01:00
Last update: 2022-12-15 <br/><br/>
2022-02-09 20:40:57 +01:00
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/>
2022-12-15 19:03:13 +01:00
No unnecessary logs are kept, no trackers used. <br/>
2022-02-09 20:40:57 +01:00
</p>
2022-12-15 19:03:13 +01:00
<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>
2022-02-09 20:40:57 +01:00
<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>