Skip to content

Commit 54c133c

Browse files
committed
stats: add privacy policy
1 parent 41e04f2 commit 54c133c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

website/.vuepress/layouts/Layout.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import ParentLayout from '@vuepress/theme-default/layouts/Layout.vue'
77
<template #page-bottom>
88
<div class="my-footer">
99
<hr>
10-
<a href="/contribute.html">Sponsors </a><br>
10+
<a href="/privacypolicy.html">Privacy Policy </a> -
11+
<a href="/donate.html#sponsoring">Sponsors </a><br>
1112
<a href="https://www.digitalocean.com/" target="_blank"><img class="sponsor_logo" src="../public/images/DO_Powered_by_Badge_blue.svg"/></a>
1213
<a href="https://incube8games.com/" target="_blank" alt="Incube8 Games - Physical Retro Gaming Publisher"><img alt="Incube8 Games - Physical Retro Gaming Publisher" class="sponsor_logo incube8" src="../public/images/Incube8-Games-Logo.png"/></a>
1314
</div>

website/privacypolicy.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
sidebar: false
3+
editLink: false
4+
---
5+
6+
# Privacy Policy
7+
8+
We use a self hosted instance of [Matomo](https://en.wikipedia.org/wiki/Matomo_(software)), a free and open source web analytics application to track online visits to our websites (`*.gbdev.io`), in order to better understand which audience we serve and what content is consulted.
9+
10+
### How
11+
12+
- Visitors' IP addresses are **anonymized**. The last byte is masked and fully qualified addressess **never** reach Matomo.
13+
- User IDs are replaced by **pseudonyms** to avoid directly storing and displaying personally identifiable information.
14+
- We ignore any existing tracking cookie and our tracking **doesn't use any cookie**.
15+
- We honor your browser "I do not want to be tracked" preference.
16+
- Data is aggregated and reports are compiled. Raw logs are regularly cleaned up.

0 commit comments

Comments
 (0)