Added the Privacy Policy.
This commit is contained in:
parent
de80ddc4cc
commit
542aff6efb
|
@ -72,8 +72,8 @@ a {
|
||||||
color: var(--accent2);
|
color: var(--accent2);
|
||||||
}
|
}
|
||||||
|
|
||||||
b {
|
b, strong {
|
||||||
font-family: 'Manrope XBold', sans-serif;
|
font-family: 'Manrope SemiBold', sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
0
content/pages/articles/graphical-profile/intro.njk
Normal file
0
content/pages/articles/graphical-profile/intro.njk
Normal file
72
content/pages/articles/privacy_policy.md
Normal file
72
content/pages/articles/privacy_policy.md
Normal file
|
@ -0,0 +1,72 @@
|
||||||
|
%%-
|
||||||
|
title: qwik - privacy policy
|
||||||
|
header: Privacy Policy
|
||||||
|
date: Last updated 9th August 2021
|
||||||
|
-%%
|
||||||
|
|
||||||
|
# Introduction
|
||||||
|
We want to keep this short but informative, but a *tl;dr:*
|
||||||
|
|
||||||
|
We do not want to collect data, and all data collected *should be logical*. (i.e. emails for a [gitea](https://git.qwik.space/) account or so).
|
||||||
|
|
||||||
|
We will change this Privacy Policy from time to time to reflect the current situation. Please keep an eye out.
|
||||||
|
Some extra words
|
||||||
|
|
||||||
|
This notice is very general and there might be exceptions for each individual service we offer. Consider reading
|
||||||
|
about the services before you use them, but they are all doing their best to be privacy friendly.
|
||||||
|
|
||||||
|
We will list some exceptions further down the privacy policy.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Data collection
|
||||||
|
## IP Addresses and User Agents
|
||||||
|
We do not keep nginx access logs - so we can't see who has connected. However, our main server uses modsecurity
|
||||||
|
to protect against different types of attacks. If one of your requests is flagged as an attack, modsecurity will
|
||||||
|
write to an audit log. **This will log your User Agent**.
|
||||||
|
|
||||||
|
## Cookies
|
||||||
|
Our main page ([qwik.space](https://qwik.space/)) does not have any cookies.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Data retention
|
||||||
|
The modsecurity log is kept until we clear it from time to time.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Data sharing
|
||||||
|
We do not share any data with third parties unless we have to by law or state otherwise.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Exceptions
|
||||||
|
Here are some services that make exceptions to the above statements:
|
||||||
|
|
||||||
|
## XMPP
|
||||||
|
Our XMPP server caches messages and uploads for up to seven days. If your client uses encryption (such as OMEMO)
|
||||||
|
the cached messages and uploads will be encrypted. We **strongly** advise using encryption.
|
||||||
|
|
||||||
|
## Gitea
|
||||||
|
Gitea will collect your email upon registration. (Sadly we don't know any way to disable this.) However, the email
|
||||||
|
isn't used for anything so it can be whatever. We would maybe even advise you to use a temporary or throwaway email.
|
||||||
|
|
||||||
|
Gitea will require a username on signup, which you might consider personal. We would advise you to not use your real
|
||||||
|
name and instead use an alias.
|
||||||
|
|
||||||
|
Gitea also uses some cookies, but this is for your comfort. For example keeping you signed in and remembering your
|
||||||
|
settings or what not.
|
||||||
|
|
||||||
|
## Nitter, Bibliogram, Libreddit, Searx
|
||||||
|
These services all use cookies to remember your settings.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Recommendations
|
||||||
|
**The internet is not a good place when it comes to privacy**. If you want to limit the risks of something or someone
|
||||||
|
invading your privacy online, we recommend:
|
||||||
|
|
||||||
|
* Use Tor (properly)
|
||||||
|
* Use throwaway emails when signing up for stuff
|
||||||
|
* Use fake names or aliases to protect your name
|
||||||
|
* (Generally) don't give out personal information online...
|
|
@ -21,7 +21,7 @@
|
||||||
<p class="qwik-explained">
|
<p class="qwik-explained">
|
||||||
We are tech enthusiasts (did I spell that right?) and we like cyber security and privacy.
|
We are tech enthusiasts (did I spell that right?) and we like cyber security and privacy.
|
||||||
That's why we have this site with a collection of tools/services mostly for our use, but
|
That's why we have this site with a collection of tools/services mostly for our use, but
|
||||||
you are welcome to use them as well! (In that case, consider reading our <a href="./privacy.html">privacy policy</a>.)
|
you are welcome to use them as well! (In that case, consider reading our <a href="/articles/privacy_policy">privacy policy</a>.)
|
||||||
</p>
|
</p>
|
||||||
<p class="qwik-explained centered">
|
<p class="qwik-explained centered">
|
||||||
Please enjoy your stay. :)
|
Please enjoy your stay. :)
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
</p>
|
</p>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="/articles/xmpp/intro">get chattin'</a>
|
<a href="/articles/xmpp/intro">get chattin'</a>
|
||||||
<a href="http://qwikxi43yi7we5wq3gewkbzdxif7aogulmtdv3icep6ks6ghlrh7vpyd.onion/xmpp.html" class="onion">tor</a>
|
<a href="http://qwikxi43yi7we5wq3gewkbzdxif7aogulmtdv3icep6ks6ghlrh7vpyd.onion/articles/xmpp/intro" class="onion">tor</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -148,7 +148,7 @@
|
||||||
<h1 class="centered">resources</h1>
|
<h1 class="centered">resources</h1>
|
||||||
<img src="/assets/images/design-res-promo.svg" alt="A promotional image of qwik's graphical material." class="image">
|
<img src="/assets/images/design-res-promo.svg" alt="A promotional image of qwik's graphical material." class="image">
|
||||||
<p>
|
<p>
|
||||||
We provide qwik's resources <a href="./graphical-profile.html">here</a>.
|
We provide qwik's resources <a href="/articles/graphical-profile/intro">here</a>.
|
||||||
Right now qwik is in early stages of its development, as such many changes may happen.
|
Right now qwik is in early stages of its development, as such many changes may happen.
|
||||||
We will try our best to keep them up to date and current tho.
|
We will try our best to keep them up to date and current tho.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user