diff --git a/config.templ.php b/config.templ.php index 5df7c7d..694fca2 100644 --- a/config.templ.php +++ b/config.templ.php @@ -7,4 +7,7 @@ const POSTGRES_USER = "%DBUSER%"; const POSTGRES_PASSWORD = "%DBPASSWORD%"; -const CONTACT_EMAIL = "%EMAIL%"; \ No newline at end of file +const UPDATER_CONTACT_EMAIL = "%UPDATER_EMAIL%"; + +const PRIVACY_CONTACT = "%PRIVACY_CONTACT%"; +const PRIVACY_CONTACT_EMAIL = "%PRIVACY_EMAIL%"; \ No newline at end of file diff --git a/core.php b/core.php index 64266fc..d2ea572 100644 --- a/core.php +++ b/core.php @@ -1,5 +1,7 @@ About
Back when I was in school I watched @@ -20,7 +19,7 @@ - the previous version really was quite bad from a technical perspective.
-The basic idea is to give the users the choice between mobs. The better one is selected and its internal @@ -64,7 +63,7 @@ Github. Pull Requests are welcome!
-I'd like to thank the Minecraft Wiki for letting me let use their API to diff --git a/view/pages/privacy.php b/view/pages/privacy.php new file mode 100644 index 0000000..e1940c3 --- /dev/null +++ b/view/pages/privacy.php @@ -0,0 +1,112 @@ +
+ We generally try to be as privacy aware as possible. Our system is build in a way that minimizes the amount + of personal data needed. As a rule of thumb we use psydonymization if possible. The complete source code is + available for auditing on Github. +
++ All data collection and processing is done in accordance with relevant regulations, particularly the GDPR + (General Data Protection Regulation - (EU) 2016/679). We will never share any personal information with + 3rd parties. +
+ ++ In order to be able to provide the websites functionality, we store which mob was chosen by the user, in + combination with the timestamp and the session IDs. The reason we store the raw data + instead of aggregated data is that we want to be able to remove votes in case we determine that they are + spam. The details of the implementation are explained on the About page. +
++ The data processing is necessary to provide the basic functionality of this website. +
++ The association between votes and sessions is deleted after 6 months. +
+ ++ Actions on the website that are relevant for determining whether votes are spam (e.g. when a new session + was created, when a vote was cast, ...) are logged. The log entries contain the + session IDs, the timestamp, the event type and some details about the event (e.g. + the ID of the vote). +
++ Processing of security relevant data is a legitimate interest. +
++ Audit logs are automatically deleted after 6 months. +
+ ++ For security purposes (e.g. fail2ban) we temporarily store the client IP address and user agent string. + The IP addresses are stored in anonymized form. +
++ Processing of security relevant data is a legitimate interest. +
++ Access logs are automatically deleted after 6 months. +
+ ++ This website is hosted in Germany. No data is stored outside the EU. +
+ ++ We use session cookies. There are multiple reasons for that: +
++ We do not use 3rd party tracking cookies or advertising cookies of any kind. +
+ ++ The GDPR grants you the right to access, rectify, erase or transfer your data, as well as restrict and + object to processing of your data. +
++ However, due to the fact that we only ever store psydonymized data, we are generally not able relate + specific data sets to a user. In any case, if you do want to exercise your rights, please contact us + so we can take a look at your specific case. +
+ ++ In case you have any question regarding our privacy notice, please reach out via the following email address: +
++ Data Controller: = PRIVACY_CONTACT ?> (= PRIVACY_CONTACT_EMAIL ?>) +
+