Support

Admin Tools

#28846 How to Hide the generator tag

Posted in ‘Admin Tools for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Admin Tools version
n/a

Latest post by on Wednesday, 10 January 2018 17:17 CST

justinconn
I can change the generator tag using Web Application Firewall->Configure Waf->Visual Fingerprinting, but if I set "Hide/customise generator meta tag" to Yes and leave the "Generator tag" field empty, MYOB is shown as the generator.

Is it possible to completely remove the generator tag?

tampe125
Akeeba Staff
Hello,

it's not possible to completely remove the generator tag, since Joomla removed such option.
However, what Joomla let us to do is to replace the contents of the generator to something customized.

For you your information, completely removing the generator tag requires to run an expensive regular expression on the whole HTML page, which will slow down your site. Changing the generator is enough to protect you from some web scraping: basic attacks will query for Joomla generator.

To avoid any misunderstanding we're going to change the label for that option to "Customise generator meta tag"

Davide Tampellini

Developer and Support Staff

๐Ÿ‡ฎ๐Ÿ‡นItalian: native ๐Ÿ‡ฌ๐Ÿ‡งEnglish: good โ€ข ๐Ÿ• My time zone is Europe / Rome (UTC +1)
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

justinconn
Thanks for your reply, Davide.

I've found that the following code, placed in index.php, removes the generator tag completely. I'm using Joomla 3.8.2 and a custom template. Do you have any thoughts on this?

$document = &JFactory::getDocument();
$document->setGenerator('');

Thanks again,
Justin

tampe125
Akeeba Staff
Thanks for the hint, we will take a look into.
We will have to double check that such feature works consistently between all supported versions of Joomla (from 3.4 to 4.0).

Davide Tampellini

Developer and Support Staff

๐Ÿ‡ฎ๐Ÿ‡นItalian: native ๐Ÿ‡ฌ๐Ÿ‡งEnglish: good โ€ข ๐Ÿ• My time zone is Europe / Rome (UTC +1)
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

System Task
system
This ticket has been automatically closed. All tickets which have been inactive for a long time are automatically closed. If you believe that this ticket was closed in error, please contact us.

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!