Remove Meta generator

Permalink 1 user found helpful
Hey is there anyway to remove the meta generator?
<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

Mnkras
 
pixelfish replied on at Permalink Reply
pixelfish
header_required.php file in concrete/elements/
MattGreyDesign replied on at Permalink Reply
MattGreyDesign
Is there any way of doing this without editing the C5 core?
Mnkras replied on at Permalink Best Answer Reply
Mnkras
copy /concrete/elements/header_required.php to /elements/header_required.php remove the line

tada
primewaydesign replied on at Permalink Reply
primewaydesign
thanks!