forked from Erisa/erisa.uk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
56 lines (51 loc) · 3.03 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<!--
\( ̄︶ ̄*\))
-->
<head>
<meta charset="UTF-8">
<meta content="Erisa | Privacy Policy" property="og:title">
<meta content="Privacy? Privacy!" property="og:description">
<meta content="Erisa's Website" property="og:site_name">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Erisa!! | Privacy Policy</title>
</head>
<body>
<main>
<h1 class="erisa">Privacy</h1>
<p>At time of writing (31st December 2020), the following of <span class="erisa">Erisa</span>'s public services do
not upload or store any user information,
identifying or otherwise.</p>
<ul>
<li>The Discord bot <a href="https://github.com/Erisa/Lykos">Lykos</a>.</li>
<li>The Discord bot <a href="https://github.com/Yuuki-Discord/Yuuki-Bot">Yuuki-chan</a>.</li>
<li>All of Erisa's <a href="https://addons.mozilla.org/firefox/user/13549342/">published add-ons</a>.</li>
</ul>
<p>Should they in future, this page will be updated and all relevant services will link to it.</p>
<hr>
<p>The vast majority of our web services will store limited access logs solely for the purpose of protecting
against potential threats. These logs include IP address, the domain being visited and limited information
about the path of the page being visited.<br>
This data is stored in a volatile form for a maximum of 3 days (72 hours) and is only ever looked at when a
threat (DDoS, security exploit attempt, etc.) has been detected. The information in these log files will be
automatically deleted and never knowingly shared with third parties.</p>
<p>Log file data (and the data for the websites themselves) is stored in Falkenstein, Germany.
The host server is hosted by <a href="https://www.hetzner.com/">Hetzner</a> on one of their
dedicated servers.</a></p>
<p>The web service <a href="https://www.cloudflare.com/">Cloudflare</a> is utilised to prevent common threats
against web properties. Cloudflare has their own <a href="https://www.cloudflare.com/privacypolicy/">Privacy
Policy</a> and may store information about individuals that have triggered their security systems. Every
effort is made to minimise the amount of personal data Cloudflare has access to.</p>
<p>These terms apply to anything in the <a href="domains.html">Domain list</a>, with exceptions that are noted
on that page.</p>
<p>This page was last updated: <code>2020-12-31 17:15:26.922986777 +0000</code></p>
<p>
<hr>
<a href="./index.html">Home</a> | <a href="privacy.html">Privacy</a> | <a href="domains.html"> Domain list
</a> | <a href="https://status.erisa.moe">Status</a> | <a href="LICENSE">License</a> | <a class="gold"
href="https://goldsolitu.de">Gold!</a>
</main>
</body>
</html>