[BUGFIX] Make ExtDirect route public
The ExtDirect routes currently have a unique session CSRF token, which makes caching of these routes impossible. Since these routes are protected by an individual CSRF token (TYPO3.ExtDirectToken), We can simply define this route as public to avoid caching issues. Resolves: #70424 Related: #69916 Releases: master Change-Id: I0ad018cc80913ea40fc00b88322ee59e24c17799 Reviewed-on: http://review.typo3.org/43843 Reviewed-by:Helmut Hummel <helmut.hummel@typo3.org> Tested-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
Please register or sign in to comment