From 1bfccd5a06ab284522424043552fea4375e5a1bd Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Thu, 22 Apr 2021 18:03:30 +0200 Subject: [PATCH] Completely rewrite privacy policy Fixes #2. Fixes #3. --- package.json | 2 +- src/main/index.html | 64 +++++++++++++++++++++++++++++++++------------ 2 files changed, 48 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 88dc102..da3f6da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "privacy-policy", - "version": "1.1.4", + "version": "1.2.0", "description": "The privacy policy of my website", "author": "Felix W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/index.html b/src/main/index.html index bb1e7cd..b6e1df4 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -40,31 +40,61 @@ For inquiries, please email me at felix at this very domain.

-

Analytics

+

Summary

+ + +

Collected information

+

Normal operation

+

The following information may be collected:

+ +

- This website collects non-tracking analytics using a self-hosted instance of - ⎋ GoatCounter to help understand how this - website is being used. - No personally identifiable data are collected, and collected data are never exposed to or shared with - third-party services. - Users can opt out by configuring their browser to block requests to stats.fwdekker.com. + In short, no personal information is collected, nor can it be derived from the stored information. + The hash described above is kept in memory for 8 hours only to identify a browser session; it is + never stored on disk.

-

Cookies

- Some pages on this website make use of cookies. - These cookies are sent to this website's server(s) during requests. - This website uses cookies only for technical purposes, such as keeping users in or to enable technical - features of the website. - This website never uses cookies for the purposes of advertising or tracking. + The above data are collected using a self-hosted instance of + GoatCounter. + GoatCounter on this website can be toggled on or off by visiting + fwdekker.com/#toggle-goatcounter. + Alternatively, GoatCounter can be disabled by configuring your browser to block all requests to + stats.fwdekker.com.

-

Logs

+

+ Some pages on this website make use of cookies, localStorage, and similar methods. + These storage methods are used exclusively for technical purposes, such as keeping users logged in or to + store achievements and preferences. + These data are never used for the purposes of advertising or tracking. +

+ +

Back-end errors

Some requests to this website result in errors in the back end. - Back-end errors are described in zero or more log entries, each of which contains the requester's IP - address, the date and time of the error, the full HTTP request that caused the error, and the error - message describing the nature of the error. + Back-end errors are described in zero or more log entries, each of which contains the requester's + IP address, the date and time of the error, the URL of the visited page, and the error message + describing the nature of the error. Log entries are removed within five weeks after the associated error occurs.