In TYPO3 6.x, how to get defaultJS, when config.disableAllHeaderCode is
enabled?
I set config.disableAllHeaderCode = 1 in my recent TYPO3 sites, as I want
full control over the page template.
But this not only throws out the html tag etc., but also the default Js
(which could be used to uncrypt mailto-Links.
One solution would be to copy this TYPO3-generated JS from the core code
and insert it manually. Which, in case of an update, might break.
So is it possible to access this "default JS" via typoscript and assign it
to the PAGE object?
No comments:
Post a Comment