102 lines
5.1 KiB
HTML
102 lines
5.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Distrust</title>
|
|
|
|
<!-- HTML Meta Tags -->
|
|
<meta name="description" content="See no evil, hear no evil, speak no evil.">
|
|
<meta property="og:url" content="https://distrust.network">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Distrust">
|
|
<meta property="og:description" content="See no evil, hear no evil, speak no evil.">
|
|
<meta property="og:image" content="https://distrust.network/logo.png">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:domain" content="distrust.network">
|
|
<meta property="twitter:url" content="https://distrust.network">
|
|
<meta name="twitter:title" content="Distrust">
|
|
<meta name="twitter:description" content="See no evil, hear no evil, speak no evil.">
|
|
<meta name="twitter:image" content="https://distrust.network/logo.png">
|
|
<meta name="theme-color" content="#dda0dd">
|
|
|
|
<link rel="icon" href="logo.png">
|
|
<style>
|
|
.centered {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
font-family: monospace;
|
|
}
|
|
@media (max-width: 992px) {
|
|
.centered {
|
|
position: fixed;
|
|
top: 5%;
|
|
left: 0;
|
|
transform: none;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
padding: 1rem;
|
|
box-sizing: border-box;
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
body {
|
|
background-color: #121212;
|
|
background: url("/background.png");
|
|
color: #FFFFFF;
|
|
}
|
|
a {
|
|
color: plum;
|
|
text-decoration: underline;
|
|
}
|
|
.hover {
|
|
text-decoration-style: dotted;
|
|
}
|
|
.external {
|
|
text-decoration-style: wavy;
|
|
}
|
|
hr {
|
|
height: 0.1rem;
|
|
background-color: plum;
|
|
border: none;
|
|
}
|
|
li::marker {
|
|
color: plum;
|
|
}
|
|
li {
|
|
list-style-type: "> ";
|
|
}
|
|
.privacy-policy {
|
|
float: right;
|
|
}
|
|
.dimmed {
|
|
color: gray;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="centered">
|
|
<h1>Distrust</h1>
|
|
<img src="/logo.png" class="privacy-policy" width="75" height="75" alt="An eye, crossed out.">
|
|
<hr>
|
|
<p><i>"We know where you are. We know where you've been. We can more or less know what you're thinking about."</i>
|
|
<small><a href="https://www.businessinsider.com/eric-schmidt-we-know-where-you-are-we-know-where-youve-been-we-can-more-or-less-know-what-youre-thinking-about-2010-10" class="external">Eric Schmidt, Former Google CEO</a></small></p>
|
|
<h3>Privacy Policy</h3>
|
|
<hr>
|
|
<p>Distrust is dedicated to protecting your privacy and upholding your right to anonymity, freedom of expression, and digital security.</p>
|
|
<p>The only personal information required is a username for account setup; no extra data, analytics, or trackers are used.</p>
|
|
<p>Service logs are maintained for no more than <a title="Cleared on the 0th minute of every hour." class="hover">one hour</a>, strictly for operational debugging, after which they are automatically deleted. </p>
|
|
<p>All payments are processed through privacy-focused cryptocurrencies (BTC and XMR), and any funds received beyond core hosting costs are donated to privacy advocacy initiatives such as the TOR Project. </p>
|
|
<p>Server infrastructure is hardened, publicly auditable, and accessible only via secure means by the sole administrator. You can view the NixOS system configuration used to deploy the server on the <a href="https://git.distrust.network/root/flake">clearnet</a> as well as over <a href="http://cr27k6asjs7skvjxs6smhqfam3wlvmft2f3iins44k6p6rmmfyolobqd.onion/root/flake">TOR</a>.</p>
|
|
<p>Files uploaded to our services are <a title="This applies to all services hosted." class="hover">not</a> encrypted by default. If there is anything you want to remain private <a title="Common methods are PGP/GPG, and (less secure) Blowfish." class="hover">you must take measures to encrypt it yourself</a>.
|
|
<p>Your data is never sold or shared, except where strictly required by French law (I strongly recommend you read up on it <a href="https://iclg.com/practice-areas/data-protection-laws-and-regulations/france" class="external">here</a> before you store any unencrypted data on our servers), and users can request access to or deletion of their minimal personal information at any time.</p>
|
|
<p>To request account deletion, simply <a href="mailto:root@distrust.network?subject=DATA%20DELETION%20REQUEST">send me an email</a> using your @distrust.network address. I will aim to reply within 48h and action the request within 72h to 96h.</p>
|
|
<p>Anonymous account provisioning is fully supported, and users can reach out via the secure contact details provided for any privacy-related questions or requests. </p>
|
|
<p>Every aspect of our policy is designed to maximize your privacy and align with our mission of supporting a safer, more private internet for all.</p>
|
|
<hr>
|
|
<a href="mailto:root@distrust.network?subject=INQUIRY">Contact</a> <a href="/about.html">About</a> <a href="/donate.html">Donate</a><a href="/" class="privacy-policy">Home</a>
|
|
<p class="dimmed"><i>Highlight Types: <a class="hover">Hoverable</a>, <a>Internal Link</a>, <a class="external">External Link</a>.</i></p>
|
|
</div>
|
|
</body>
|
|
</html>
|