Skip to content

Commit 3282b5e

Browse files
committed
Pause google analytics usage until its compliance with GDPR is verified.
If you use google analytics, despite in effect giving them all your site traffic data for free, in return for a rehashed view of it, you are counted as the 'data controller'. Even the retention of accessing IP addresses is regarded as personal information. Safest thing for now is to suspend use until assessed as compliant, or consider discontinuance if of no practical benefit. Signed-off-by: Mick <[email protected]>
1 parent fc971cc commit 3282b5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ exclude: [Makefile,
6363
'*/*.9' ]
6464

6565
# for www.machinekit.io
66-
google_analytics_id: UA-108874248-1
66+
#google_analytics_id: UA-108874248-1

_includes/head.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
88
<!-- <link rel="alternate" type="application/rss+xml" title="Jekyll • Simple, blog-aware, static sites - Feed" href="/feed.xml"> -->
99

10-
{% include analytics.html %}
10+
<!-- {% include analytics.html %} -->
1111
{% include livereload.html %}
1212

1313
<link rel="alternate" type="application/atom+xml" title="Recent commits to Machinekit's master branch" href="{{ site.repository }}/commits/master.atom">

0 commit comments

Comments
 (0)