From b0a1c204196c189c722b5fdd125e079a6195b28a Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Tue, 27 Jun 2023 08:58:05 +0200 Subject: [PATCH] add missing cmp-entry in cmp-list --- Modules/Core/ViewConfig.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Core/ViewConfig.php b/Modules/Core/ViewConfig.php index d73af43..b40c232 100644 --- a/Modules/Core/ViewConfig.php +++ b/Modules/Core/ViewConfig.php @@ -75,7 +75,7 @@ class ViewConfig extends ViewConfig_parent $this->defineCookieManagerType(); - $sCookieID = $oConfig->getConfigParam('d3_gtm_settings_cookieName'); + $sCookieID = trim($oConfig->getConfigParam('d3_gtm_settings_cookieName')); // Netensio Cookie Manager if ($this->sCookieManagerType === ManagerTypes::NET_COOKIE_MANAGER) { @@ -97,6 +97,7 @@ class ViewConfig extends ViewConfig_parent $this->sCookieManagerType === ManagerTypes::USERCENTRICS_MODULE or $this->sCookieManagerType === ManagerTypes::USERCENTRICS_MANUALLY or $this->sCookieManagerType === ManagerTypes::CONSENTMANAGER + or $this->sCookieManagerType === ManagerTypes::COOKIEFIRST or $this->sCookieManagerType === ManagerTypes::EXTERNAL_SERVICE ) {