enhance privacy page
This commit is contained in:
parent
8f22cd473c
commit
4c3b41dfce
1 changed files with 71 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# vim: ft=markdown
|
||||
title = 'Imprint / Privacy'
|
||||
date = '2023-04-09T22:13:55+0200'
|
||||
lastmod = '2023-04-23T18:31:15+0000'
|
||||
lastmod = '2023-05-14T19:23:00+0000'
|
||||
|
||||
comment = false
|
||||
|
||||
|
@ -15,6 +15,75 @@ showAuthor = false
|
|||
feed_exclude = true
|
||||
# site_exclude = true
|
||||
|
||||
|
||||
+++
|
||||
|
||||
This page is needed for German law as the server is located in Germany.
|
||||
|
||||
Because it is very unclear (to me) when German law demands an Imprint I
|
||||
finally decided to create this privacy page.
|
||||
|
||||
---
|
||||
|
||||
## Data protection officer
|
||||
|
||||
Responsible for the content on this website and the data protection officer
|
||||
(mainly because of DSGVO (GDPR)) is
|
||||
|
||||
Dominic Reich <kbd>privacy<span
|
||||
style="display:none;">+spams</span>@oe7drt.com</kbd>
|
||||
|
||||
## What you can do
|
||||
|
||||
- request information about your data stored by us and their processing
|
||||
(Article 15 GDPR)
|
||||
- Correction or incorrect data
|
||||
(Article 16 GDPR)
|
||||
- Deletion of your data stored by us
|
||||
(Article 17 GDPR)
|
||||
- Restriction of data processing if we are not yet allowed to delete your data
|
||||
due to legal obligations
|
||||
(Article 18 GDPR)
|
||||
- Objection to the processing of your data by us
|
||||
(Article 21 GDPR)
|
||||
- data transferability if you have consented to data processing or have
|
||||
concluded a contract with us
|
||||
(Article 20 GDPR)
|
||||
|
||||
## What and which data we collect
|
||||
|
||||
We try to collect only minimal data. We do not read or set cookies on our
|
||||
website.
|
||||
|
||||
The data we collect is basically
|
||||
|
||||
- your IP address (we do not resolve these addresses to hostname in our
|
||||
logfiles)
|
||||
- time and date of access
|
||||
- the base URL of the website that you are coming from (referer)
|
||||
- your used webbrowser and its operating system
|
||||
- some more technical data like request size and delivery time
|
||||
|
||||
This data is stored in our logfiles, which are used to find errors in our
|
||||
webservers configuration. I may look into them to find suspicious requests
|
||||
if the webserver hasn't blocked them yet.
|
||||
|
||||
It's purpose is mainly of technical nature to improve our website and the
|
||||
underlying hard- and software and to gather statistics to have a good view of
|
||||
which areas our website is viewed the most.
|
||||
|
||||
There is no interest in collecting more data from you. We don't create profiles
|
||||
of our visitors.
|
||||
|
||||
The collection of this data is legal as in Article 6 GDPR (1 (f)).
|
||||
|
||||
## Statistics (Fathom Analytics)
|
||||
|
||||
I use [Fathom Analytics](https://usefathom.com/ref/CQWXMA) who create nice
|
||||
statistics for my website.
|
||||
[GDPRcompliant](https://usefathom.com/compliance/gdpr-compliant-website-analytics)
|
||||
|
||||
Those statistics can be viewed
|
||||
[over here](https://app.usefathom.com/share/lncfuaat/oe7drt).
|
||||
|
||||
## Your right to object
|
||||
|
||||
|
|
Loading…
Reference in a new issue