Add privacy policy

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 06:19:13 +01:00
parent 7858ac2dfc
commit f5088dcec4
2 changed files with 39 additions and 1 deletions
+38
View File
@@ -0,0 +1,38 @@
---
title: "Privacy Policy"
layout: default
comments: false
---
{% include blocks/heading.liquid level=2 content="Who we are" %}
{% capture content %}<i>Xaymar</i> is a private person from Germany, otherwise known as Michael Fabian Dirks.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="Why do we collect data, and what is collected?" %}
{% capture content %}Xaymar collects data in order to keep the services running and working fine. This data includes: Your current IP Address (IPv4 or IPv6), the port you connected to, the protocol used, any information relevant to the SSL/TLS connection, Cookies and browsing data on <i>xaymar.com</i>. This data is necessary to ensure basic functionality, as otherwise you wouldn't be able to even read this text.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="Cookies" %}
{% capture content %}This website may use Cookies to provide basic functionality, such as Accounts, Cross-Site Request Forgery protection, and more.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="Embedded Content from other Websites" %}
{% capture content %}Services on this website may opt to embed content from third party providers, which will behave as if you visited the third party provider's website. These websites may collect additional data over which Xaymar has no control or place and use Cookies, and even embed even more third party provider content. The embedded third party providers are listed further down.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="How long do we retain your data" %}
{% capture content %}Unless otherwise required, all data is deleted within the same year of it being acquired - usually even within the same week in order to save space. On average, collected data lasts no more than 7 weeks total, after which it is overwritten with new data.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="What rights you have over your data" %}
{% capture content %}You can request that your collected data is manually deleted by sending an E-Mail with the title <i>GDPR Right to Forget</i>. Please provide as much information as you can to confirm your identity on services provided by us, and we will happily comply with deleting data that is not automatically deleted, such as accounts, comments and similar.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="Contact information" %}
{% capture content %}If you need to contact us about your data, send us an E-Mail to privacy(at)xaymar(dot)com.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="How we protect your data" %}
{% capture content %}All non-anonymized data is protected behind 4096-bit SSH keys, hashed, or even encrypted, depending on the service you used. For example, passwords are not stored in cleartext, but as a hash. For third party integrations, refer to their privacy policy instead.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="What data breach procedures we have in place" %}
{% capture content %}If a data breach happens, we'll inform you about it and reset your passwords. The affected service will be temporarily or permanently offline, depending on how we feel about the service's lifespan. For third party integrations, refer to their privacy policy instead.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% include blocks/heading.liquid level=2 content="Embedded Services" %}
{% capture list %}
<li>{%include inline/link.liquid content="Disqus" url="https://help.disqus.com/en/articles/1717103-disqus-privacy-policy" %}</li>
<li>{%include inline/link.liquid content="Google Analytics" url="https://policies.google.com/privacy" %}</li>
{% endcapture %}{% include blocks/list.liquid content=list %}
+1 -1
View File
@@ -90,7 +90,7 @@
"entries": { "entries": {
"privacy": { "privacy": {
"name": "Privacy Policy", "name": "Privacy Policy",
"url": "https://privacy.xaymar.com/?url=https://www.xaymar.com/", "url": "about/privacy/",
"blank": true "blank": true
}, },
"rss": { "rss": {