From 2b04dfeae9888c4a54f880a82af86044e1a31842 Mon Sep 17 00:00:00 2001 From: Daniel Palafox Date: Thu, 5 Oct 2023 22:20:16 -0500 Subject: [PATCH] fix: Add one trust auto-blocking script and remove unused attributes in gtag (#2070) --- src/environments/environment.local.ts | 2 +- src/index.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/environments/environment.local.ts b/src/environments/environment.local.ts index 19b844ebb1..5d737d50ed 100644 --- a/src/environments/environment.local.ts +++ b/src/environments/environment.local.ts @@ -8,7 +8,7 @@ export const environment = { BASE_URL: '', INFO_SITE: 'https://info.orcid.org/', GOOGLE_ANALYTICS_TESTING_MODE: true, - GOOGLE_TAG_MANAGER: 'GTM-M9Z7DHS', + GOOGLE_TAG_MANAGER: 'GTM-0000000', GOOGLE_RECAPTCHA: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI', HELP_HERO_ID: 'oYFQMrzFHA', ZENDESK: null, diff --git a/src/index.html b/src/index.html index 84e30ec09b..b062faa4d0 100644 --- a/src/index.html +++ b/src/index.html @@ -66,7 +66,6 @@ gtag('consent', 'default', { analytics_storage: 'denied', ad_storage: 'denied', - functionality_storage: 'denied', region: countries, wait_for_update: 500, }) @@ -74,10 +73,10 @@ gtag('consent', 'default', { analytics_storage: 'granted', ad_storage: 'granted', - functionality_storage: 'granted', wait_for_update: 500, }) +