mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-01 07:04:03 +00:00
Disable GA on shapez for better privacy
This commit is contained in:
parent
885d1e609e
commit
b07e04e7b1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user