49 lines
2.6 KiB
HTML
49 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Policy</title>
|
|
<link rel="stylesheet" href="/style/style.css" />
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
|
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
|
|
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
<header class="page-header" role="banner">
|
|
<h1 class="project-name">Privacy Policy</h1>
|
|
|
|
<a href="/" class="btn">Home</a>
|
|
</header>
|
|
|
|
<main id="content" class="main-content" role="main">
|
|
|
|
<h3>Privacy Policy</h3>
|
|
last updated: 3/1/2022
|
|
<br>
|
|
<br>
|
|
<code>
|
|
We do not collect any personal data or any information that can be used to identify you. We do not record IP
|
|
addresses. We only collect one cookie which exists only for aesthetic purposes. We do not record how many
|
|
cookies exist. We record server analytics and statistics such as generic system information (CPU, memory, etc.) and information specific to the matrix synapse server (how long it takes to send a message, how many times Synapse attempts to retrieve data from a cache, etc.). Server analytics are only used to improve and monitor the health of the Synapse server. We only require a password and username to use our matrix chat server, all other data (email
|
|
address, phone number, etc.) is optional. We report anonymous telemetry to matrix.org. The information reported can be found <a href="https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/1fb54a37cba126235b1688bb5e96226a65b4fe80/docs/configuring-playbook-telemetry.md#usage-statistics-being-submitted">here</a>. If in the unfortunate event of attacks (DDoS, spam, etc.) at we will collect data to stop the abuse of our system(s).
|
|
<br>
|
|
<br>
|
|
We may update or change our privacy policy without warning. All of our services are provided on a <strong>As-Is</strong> basis without any warranties. We will <strong>NOT</strong> notify you of any
|
|
changes to the privacy policy.
|
|
</code>
|
|
<br>
|
|
<br>
|
|
For additional information or support please email us at <a
|
|
href="mailto:tensor@arrayinamatrix.xyz">tensor@arrayinamatrix.xyz</a>.
|
|
|
|
<footer class="site-footer">
|
|
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|