-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathprivacy-policy.html
72 lines (63 loc) · 5.05 KB
/
privacy-policy.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
layout: default
title: Privacy Policy
permalink: /:path/:basename:output_ext
---
<section id="">
<div class="container">
<p>Our general policy regarding your data is to save as much as needed and as little as possible. This document will try to
explain what personal data we store and how we handle that.</p>
<h2>Website</h2>
<p>Each time a user accesses our web page, a file or other resources, the following data is collected and saved in a log file:</p>
<ul>
<li>date and time of request</li>
<li>address and file size (in bytes) of the resource requested and/or accessed</li>
<li>server response (HTTP status code, e.g. “file sent”, “file not found”, etc.)</li>
<li>connection information from the browser and operating systems used, if available</li>
<li>referrer website visited prior to our web page as well as the search terms entered, if available.</li>
</ul>
<p>The information is used to identify, isolate and fix disruptions or errors in the systems needed to operate
our website. These may also include disruptions or errors that lead to the restricted
availability of information and communication services or to unauthorised access to the systems. All information
is deleted automatically after 7 days.</p>
<p>In order to ensure and enhance the continuous and safe access to our web page, we utilize a software that analyses
website access (<a target="_blank" href="https://matomo.org">matomo.org</a>). The following information is logged:</p>
<ul>
<li>the web page URL</li>
<li>date and time</li>
<li>transmitted data volume</li>
<li>referrer URL, if available</li>
<li>Browser identification - browser version, operating system, screen resolution, plug-ins</li>
<li>abbreviated IP address (the last two bytes will be set to zero)</li>
</ul>
<p>The anonymous information will be saved for 90 days. If you do not approve of the short-term anonymous logging of
your web access information, you may activate the DNT (do not track) function of your web browser or click the button
below. All information is only stored on our server and will not be shared with third parties.</p>
<iframe style="border:0;height:250px;width:100%;max-width:100%;" src="/piwik/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=&fontColor=333333&fontSize=16px&fontFamily=%22PT%20Sans%22%2Csans-serif"></iframe>
<h3>Cookies</h3>
<p>When a site is visited, a "session cookie" will be saved to the end device in use. The cookie will be deleted as
soon as the browser is closed. The “session cookies” do not contain personal information. It is not intended nor
ossible to use the session ID to identify a user. The temporary logging of these cookies can be disabled by adjusting the
appropriate settings of the internet browser. The use of the site will not be impaired, but the server response time could
may be reduced. One exception are session cookies used for the one-time authentication process when logging into
protected sites. The purpose here is to recognise multiple requests from the same user and keep him or her from being
logged off from the site. Blocking these cookies can impair the use of certain applications.</p>
<h2>Managed Server</h2>
<p>In order to offer you the best possible service we have to process and store the following information on our servers:</p>
<ul>
<li>Your username and domain.</li>
<li>Time, URL und your secret API token of your registration.</li>
<li>Offline messages. If someone sends you a message while you are offline, that message will be stored until you get back online.</li>
<li>Message archive. By default, we will be keeping an archive of your messages for later retrieval by yourself. This can come in
handy if you log in with a new device and want access to your message history and is also required if you want to use the
OMEMO encryption with multiple devices. You can opt-out of this by setting your server-side archiving preferences with your XMPP client.</li>
<li>HTTP upload. If you share a file via HTTP upload the file is stored on our server for 30 days.</li>
<li>Your contact list.</li>
<li>Your published vcard or similar data (e.g. avatar, phone number and so on).</li>
<li>All private data which is uploaded by your XMPP client (e.g. bookmarks).</li>
<li>Time and IP address of every log in attempt to detect abuse. We will delete this data after 7 days.</li>
</ul>
<p>We will never share, sell or analyse your data nor look at the content of your messages, contact list or files. Nevertheless we recommend that you
enable end-to-end encryption (e.g. OMEMO, OTR, PGP) in your clients whenever possible.</p>
</div>
</section>