-
Notifications
You must be signed in to change notification settings - Fork 734
Open
Description
This is a really bad idea and should be avoided at all costs:
aimeos-typo3/ext_localconf.php
Line 313 in 359101f
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['excludedParameters'] = array_merge( |
TYPO3 uses parameters as indication for the page's content. cHash-exclusion signals that these parameters do not change frontend output.
Excluding everything here leads to (among others):
- wrong canonical URL (missing parameters)
- wrong language switch URL (missing parameters) as generated by the default \TYPO3\CMS\Frontend\DataProcessing\LanguageMenuProcessor
Most probably without this a lot of other workarounds wouldn't be necessary either.
Metadata
Metadata
Assignees
Labels
No labels