From af0da784bf6298bb52e16dc0ff66959ee48b94ae Mon Sep 17 00:00:00 2001 From: Andreas Kienast Date: Wed, 20 Mar 2024 12:51:06 +0100 Subject: [PATCH] [BUGFIX] Add `_ga` to `excludedParameters` This commit adds `_ga` to the `excludedParameters` configuration used for the cHash calculation. Resolves: #103435 Releases: main, 12.4, 11.5 Change-Id: I5c79c9264d1d8f09f45db947d714d27b3da4fb00 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83533 Tested-by: core-ci Reviewed-by: Andreas Kienast Tested-by: Andreas Kienast --- typo3/sysext/core/Configuration/DefaultConfiguration.php | 1 + 1 file changed, 1 insertion(+) diff --git a/typo3/sysext/core/Configuration/DefaultConfiguration.php b/typo3/sysext/core/Configuration/DefaultConfiguration.php index c1f33df7a94..079483c865a 100644 --- a/typo3/sysext/core/Configuration/DefaultConfiguration.php +++ b/typo3/sysext/core/Configuration/DefaultConfiguration.php @@ -1441,6 +1441,7 @@ 'utm_creative_format', 'utm_marketing_tactic', 'gtm_debug', + '_ga', '_gl', // Google ads 'gad',