[BUGFIX] Prevent TYPO3.settings in ajax requests
Within ajax requests currently the ajaxUrls are exported to the TYPO3.settings variable which overwrites the parent state with all other information (e.g. format setting). This patch prevents the output of new TYPO3.settings in the ajax response. Resolves: #72606 Releases: 6.2 Change-Id: I0907be4564b6210b816eb607cd81156f987852d6 Reviewed-on: https://review.typo3.org/46070 Reviewed-by:Markus Klein <markus.klein@typo3.org> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Please register or sign in to comment