Remove html compression middleware

This commit is contained in:
Björn Fromme
2022-03-07 16:31:18 +01:00
parent 09076319b4
commit 90a22e0e1b
2 changed files with 0 additions and 63 deletions
@@ -8,14 +8,5 @@ return [
'typo3/cms-frontend/site',
],
],
'ep/html-compress' => [
'target' => \EP\EpTheme\Middleware\HtmlCompress::class,
'before' => [
'typo3/cms-frontend/output-compression'
],
'after' => [
'typo3/cms-adminpanel/renderer'
],
],
],
];