15 'typo3/cms-core/normalized-params-attribute' => [
16 'target' => \TYPO3\CMS\Core\Middleware\NormalizedParamsAttribute::class,
18 'typo3/cms-backend/locked-backend' => [
19 'target' => \TYPO3\CMS\Backend\Middleware\LockedBackendGuard::class,
21 'typo3/cms-core/normalized-params-attribute'
24 'typo3/cms-backend/https-redirector' => [
25 'target' => \TYPO3\CMS\Backend\Middleware\ForcedHttpsBackendRedirector::class,
27 'typo3/cms-core/normalized-params-attribute',
28 'typo3/cms-backend/locked-backend',
31 'typo3/cms-backend/backend-routing' => [
32 'target' => \TYPO3\CMS\Backend\Middleware\BackendRouteInitialization::class,
34 'typo3/cms-backend/https-redirector'
37 'typo3/cms-backend/authentication' => [
38 'target' => \TYPO3\CMS\Backend\Middleware\BackendUserAuthenticator::class,
40 'typo3/cms-backend/backend-routing'
43 'typo3/cms-backend/site-resolver' => [
44 'target' => \TYPO3\CMS\Backend\Middleware\SiteResolver::class,
46 'typo3/cms-backend/backend-routing'
50 'typo3/cms-backend/legacy-document-template' => [
51 'target' => \TYPO3\CMS\Backend\Middleware\LegacyBackendTemplateInitialization::class,
53 'typo3/cms-backend/authentication'
57 'typo3/cms-backend/output-compression' => [
58 'target' => \TYPO3\CMS\Backend\Middleware\OutputCompression::class,
60 'typo3/cms-backend/authentication'
64 'typo3/cms-backend/response-headers' => [
65 'target' => \TYPO3\CMS\Backend\Middleware\AdditionalResponseHeaders::class,
67 'typo3/cms-backend/output-compression'