Exclude some url arguments from chash generation
This commit is contained in:
@@ -181,4 +181,9 @@ call_user_func(function() {
|
|||||||
'# cat=plugin.tx_epevents//a; type=string; label=Configurator period options',
|
'# cat=plugin.tx_epevents//a; type=string; label=Configurator period options',
|
||||||
'plugin.tx_epevents.settings.configurator.periodOptions = ' . $extensionConfiguration['periodOptions']
|
'plugin.tx_epevents.settings.configurator.periodOptions = ' . $extensionConfiguration['periodOptions']
|
||||||
]));
|
]));
|
||||||
|
|
||||||
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'gclid';
|
||||||
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'ref';
|
||||||
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epevents_configurator[travelType]';
|
||||||
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epevents_configurator[locationType]';
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user