Skip to content
Snippets Groups Projects
Commit 0e31e2b7 authored by dsteinborn's avatar dsteinborn Committed by Benni Mack
Browse files

[BUGFIX] Add missing msclkid parameter to cacheHash excludedParameters

"msclkid" is the Click ID parameter of Microsoft / Bing
which should be excluded from cHash generation.

Resolves: #97870
Releases: main, 11.5, 10.4
Change-Id: I9c625e559cb2c7cf031466730ea4eab2e376f9ff
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75064


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent b5e04c1d
Branches
Tags
No related merge requests found
......@@ -1354,7 +1354,7 @@ return [
'disableNoCacheParameter' => false,
'cacheHash' => [
'cachedParametersWhiteList' => [],
'excludedParameters' => ['L', 'pk_campaign', 'pk_kwd', 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'gclid', 'fbclid'],
'excludedParameters' => ['L', 'pk_campaign', 'pk_kwd', 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'gclid', 'fbclid', 'msclkid'],
'requireCacheHashPresenceParameters' => [],
'excludeAllEmptyParameters' => false,
'excludedParametersIfEmpty' => []
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment