Disable GA on shapez for better privacy

This commit is contained in:
tobspr 2022-10-24 09:54:36 +02:00
parent 885d1e609e
commit b07e04e7b1
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function gulptasksHTML($, gulp, buildFolder) {
document.head.appendChild(css);
// Google analytics
if (googleAnalytics) {
if (googleAnalytics && false) {
const tagManagerScript = document.createElement("script");
tagManagerScript.src =
"https://www.googletagmanager.com/gtag/js?id=UA-165342524-1";