Skip to content

Commit

Permalink
[BUGFIX] Add _ga to excludedParameters
Browse files Browse the repository at this point in the history
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/+/83529
Tested-by: JAKOTA Design Group GmbH <suchowski@jakota.de>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: David Steeb <david.steeb@b13.com>
Tested-by: Andreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: David Steeb <david.steeb@b13.com>
Reviewed-by: JAKOTA Design Group GmbH <suchowski@jakota.de>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
andreaskienast committed Mar 20, 2024
1 parent 0e1b095 commit 040be42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typo3/sysext/core/Configuration/DefaultConfiguration.php
Expand Up @@ -1410,6 +1410,7 @@
'utm_creative_format',
'utm_marketing_tactic',
'gtm_debug',
'_ga',
'_gl',
// Google ads
'gad',
Expand Down

0 comments on commit 040be42

Please sign in to comment.