Remove Meta generator
Permalink 1 user found helpful
Hey is there anyway to remove the meta generator?
i feel that displaying the version when viewing the source of the page can be a security risk if running an outdated version
like concrete5.org:
a beta build?
the getconcrete site is stable 5.3.2
<meta name="generator" content="concrete5 - 5.3.2" />
i feel that displaying the version when viewing the source of the page can be a security risk if running an outdated version
like concrete5.org:
<meta name="generator" content="concrete5 - 5.3.2.1b1" />
a beta build?
the getconcrete site is stable 5.3.2
header_required.php file in concrete/elements/
Is there any way of doing this without editing the C5 core?
copy /concrete/elements/header_required.php to /elements/header_required.php remove the line
tada
tada
thanks!