getAttribute('normalizedParams')->getRemoteAddress(), $GLOBALS['TYPO3_CONF_VARS']['SYS']['devIPmask'] ) ) { return GeneralUtility::makeInstance(ErrorController::class)->unavailableAction($request, 'This page is temporarily unavailable.'); } // Continue the regular stack if no maintenance mode is active return $handler->handle($request); } }