Middleware

Table of Contents

Classes

AdditionalResponseHeaders
Sets up click-jacking prevention for HTTP requests by adding HTTP headers for the response
BackendRouteInitialization
Loads ext_tables.php from all extensions, as this is the place where all modules register their routes to the router (additionally to those routes which are loaded in dependency injection factories from Configuration/Backend/{,Ajax}Routes.php).
BackendUserAuthenticator
Initializes the backend user authentication object (BE_USER) and the global LANG object.
ForcedHttpsBackendRedirector
Check lockSSL configuration variable and redirect to https version of the backend if needed
LockedBackendGuard
Checks various security options for accessing the TYPO3 backend before proceeding
OutputCompression
Sets up output compression
SiteResolver
Usually called after the route object is resolved, however, this is not possible yet as this happens within the RequestHandler/RouteDispatcher right now and should go away.

        
On this page

Search results