excluded parameters from cacheHash which change frontend output
- Linguagem predominante
- PHP
- Estrelas
- 1.6k
- Forks
- 720
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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.
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.