Fix failing chash calculation for ajax urls
This commit is contained in:
@@ -59,7 +59,6 @@ plugin.tx_epproducts {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
features.requireCHashArgumentForActionArguments = 0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
config.tx_extbase.persistence.classes {
|
config.tx_extbase.persistence.classes {
|
||||||
@@ -83,6 +82,7 @@ tx_epproducts_ajax_json {
|
|||||||
typeNum = 1701
|
typeNum = 1701
|
||||||
config {
|
config {
|
||||||
disableAllHeaderCode = 1
|
disableAllHeaderCode = 1
|
||||||
|
disablePrefixComment = 1
|
||||||
additionalHeaders.10.header = Content-type: application/json
|
additionalHeaders.10.header = Content-type: application/json
|
||||||
additionalHeaders.20.header = X-Robots-Tag: noindex, nofollow, noarchive
|
additionalHeaders.20.header = X-Robots-Tag: noindex, nofollow, noarchive
|
||||||
xhtml_cleaning = 0
|
xhtml_cleaning = 0
|
||||||
|
|||||||
@@ -356,6 +356,9 @@ $GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epp
|
|||||||
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_searchresult[filterSettings]';
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_searchresult[filterSettings]';
|
||||||
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_product_detail[filterSettings]';
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_product_detail[filterSettings]';
|
||||||
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_reseller[reseller]';
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_reseller[reseller]';
|
||||||
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_ajax[months]';
|
||||||
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_ajax[month]';
|
||||||
|
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'][] = 'tx_epproducts_ajax[year]';
|
||||||
|
|
||||||
$GLOBALS['TYPO3_CONF_VARS']['LOG']['EP']['EpProducts']['Controller']['writerConfiguration'] = [
|
$GLOBALS['TYPO3_CONF_VARS']['LOG']['EP']['EpProducts']['Controller']['writerConfiguration'] = [
|
||||||
\TYPO3\CMS\Core\Log\LogLevel::INFO => [
|
\TYPO3\CMS\Core\Log\LogLevel::INFO => [
|
||||||
|
|||||||
Reference in New Issue
Block a user