File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,25 @@ parameters:
4040 - PATH_typo3conf
4141 - PATH_typo3
4242 - TYPO3_mainDir
43+ earlyTerminatingMethodCalls :
44+ TYPO3\CMS\Extbase\Mvc\Controller\AbstractController :
45+ - redirectToUri
46+ - redirect
47+ - forward
48+ - forwardToReferringRequest
49+ TYPO3\CMS\Core\Utility\HttpUtility :
50+ - redirect
51+ - setResponseCodeAndExit
52+ TYPO3\CMS\Form\Domain\Finishers\RedirectFinisher :
53+ - redirectToUri
54+ TYPO3\CMS\Extbase\Mvc\Controller\CommandController :
55+ - forward
56+ - quit
57+ TYPO3\CMS\Extensionmanager\Utility\FileHandlingUtility :
58+ - sendZipFileToBrowserAndDelete
59+ TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController :
60+ - pageUnavailableAndExit
61+ - pageNotFoundAndExit
62+ - pageErrorHandler
63+ TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList :
64+ - pageErrorHandler
You can’t perform that action at this time.
0 commit comments