From b07e04e7b1c3a3af312fac3ea8957c89dbf48b67 Mon Sep 17 00:00:00 2001 From: tobspr Date: Mon, 24 Oct 2022 09:54:36 +0200 Subject: [PATCH] Disable GA on shapez for better privacy --- gulp/html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/html.js b/gulp/html.js index c7c7c534..a32451c7 100644 --- a/gulp/html.js +++ b/gulp/html.js @@ -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";