This blog is deployed via Netlify.
We use Google Analytics to log data and ultimately improve the blog. Below are the Hugo privacy settings we use for Google Analytics, within the Hugo config file for this blog.
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = true
This means
-
IP addresses are anonymized within Google Analytics,
-
The GA templates respect the “Do Not Track” HTTP header,
-
The use of Cookies is disabled, instead Session Storage to Store the GA Client ID is used.
For more information, contact admin@rhub.io.