From 4bbef001cef008d166f2f806c9baac5ee56b1679 Mon Sep 17 00:00:00 2001 From: ReznoRMichael Date: Sun, 31 Jan 2021 21:54:16 +0100 Subject: [PATCH] disable beta --- docs/index.html | 4 ++-- src/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 148cc5a..fe84816 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ } // Default no consent to share cookie data - gtag('consent', 'default', { + /* gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied' - }); + }); */ gtag('js', new Date()); diff --git a/src/index.html b/src/index.html index 296c0ec..8d20c01 100644 --- a/src/index.html +++ b/src/index.html @@ -16,10 +16,10 @@ } // Default no consent to share cookie data - gtag('consent', 'default', { + /* gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied' - }); + }); */ gtag('js', new Date());