-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
||
<!-- The commented out section below doesn't seem to work in Docsify... --> | ||
<!-- ## Analytics opt-out | ||
<div id="matomo-opt-out"></div> | ||
<script src="https://matomo.research.software/index.php?module=CoreAdminHome&action=optOutJS&divId=matomo-opt-out&language=auto&showIntro=1"></script> --> |