excluded parameters from cacheHash which change frontend output
- Lingua principale
- PHP
- Stelle
- 1.6k
- Fork
- 720
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
This is a really bad idea and should be avoided at all costs:
https://github.com/aimeos/aimeos-typo3/blob/359101fb72d8555f77676ee759df62f63d9b6abe/ext_localconf.php#L313
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.