Could we help you? Please click the banners. We are young and desperately need the money
By default Typo3 adds the following information to the header data:
<meta name="generator" content="TYPO3 4.6 CMS">
This can be a problem because when hackers know the version of the CMS in use they can easily find an exploit to hack the website. Thus the headerData revealing the CMS' version should be hidden.
config.sourceopt.enabled = 1 config.sourceopt.removeBlurScript = 1 config.sourceopt.removeGenerator = 1