From ffb4480517c8e8f81fdc88f361df9d2b89a64f8a Mon Sep 17 00:00:00 2001 From: "E. G. Patrick Bos" Date: Wed, 18 Dec 2024 22:01:09 +0100 Subject: [PATCH 1/2] adds Matomo anonymous cookie-free tracking + privacy policy page Cannot get the Matomo opt-out to work, though, the message doesn't show (at least on my laptop). I left in the commented out code necessary to get the opt-out on the Privacy page. --- _sidebar.md | 1 + index.html | 16 ++++++++++++++++ privacy.md | 9 +++++++++ 3 files changed, 26 insertions(+) create mode 100644 privacy.md diff --git a/_sidebar.md b/_sidebar.md index 8a7624a..f203f39 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -12,3 +12,4 @@ - [UX - User Experience](/technology/user_experience.md) - [Datasets](/technology/datasets.md) - [Contributing to this Guide](/CONTRIBUTING.md) +- [Privacy](/privacy.md) diff --git a/index.html b/index.html index 1c4120a..5db15c0 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,22 @@ /> + + + diff --git a/privacy.md b/privacy.md new file mode 100644 index 0000000..ea9153a --- /dev/null +++ b/privacy.md @@ -0,0 +1,9 @@ +# Privacy policy + +We collect anonymised user data that helps us to monitor the effectiveness of our website. +No personally identifiable information is recorded and no cookies containing such information are set in your browser session. + + + From f5d738475c9387ec9ebd72915ea4e130c05e8478 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:59:36 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- index.html | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 5db15c0..e7d319b 100644 --- a/index.html +++ b/index.html @@ -17,17 +17,21 @@