From 62175248280c1dc6eca3217b82d08712c04d5352 Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Fri, 26 May 2023 13:49:50 +0200 Subject: [PATCH] adjusted usercentrics script --- Modules/Core/ViewConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Core/ViewConfig.php b/Modules/Core/ViewConfig.php index a34b6f9..30775fe 100644 --- a/Modules/Core/ViewConfig.php +++ b/Modules/Core/ViewConfig.php @@ -134,7 +134,7 @@ class ViewConfig extends ViewConfig_parent $sCookieId = $oConfig->getConfigParam('d3_gtm_settings_cookieName'); if ($sCookieId) { - return 'type="text/plain" data-usercentrics="' . $sCookieId . '"'; + return 'data-usercentrics="' . $sCookieId . '" type="text/plain" async=""'; } }