Introduction

A native Joomla 5/6 system plugin that removes the Joomla generator meta tag (``) and, optionally, common fingerprinting HTTP response headers:


  • X-Powered-By (sent by PHP)
  • X-Generator (sometimes sent by templates/extensions)

Why

Fingerprinting headers and meta tags make it trivial for automated scanners to identify your CMS/PHP version and target known vulnerabilities. Removing them is a small, low-risk hardening step (security through obscurity is not a substitute for keeping Joomla/PHP updated, but it does raise the bar for casual automated scanning).

> Note: this plugin deliberately does not touch X-Content-Type-Options. That header (nosniff) is a genuine security control, not a fingerprinting > leak — removing it would reduce security rather than improve privacy.

Features

  • Remove the generator meta tag completely, or replace it with custom text
  • Optional: also remove/replace the generator meta tag in the administrator backend (the HTTP headers below are always removed everywhere when enabled, regardless of this setting)
  • Optional, independent toggles for X-Powered-By, X-Generator
  • Headers are removed on onBeforeRespond — right before Joomla sends the HTTP response, so nothing set later by a component, plugin, or template slips through
  • PSR-4, SubscriberInterface, DI container (services/provider.php)
  • Uses concrete, typed Joomla event classes (BeforeCompileHeadEvent, BeforeRespondEvent) instead of the generic EventInterface — requires Joomla 5.0+, not compatible with Joomla 4
  • English + Slovak (sk-SK) language files
Strip Comments
Free

Strip Comments

By ferino
Extensions Specific Non-sorted
A Joomla system plugin that removes internal marker tags (e.g. {-- My City --}) from the rendered front-end output — from module titles, article titles, menu items, and so on — while keeping them fully visible in the administrator back-end. Part of the FG series of Joomla extensions. A modern replacement for the long-unavailable BIGSHOT Strip Comments plugin (for Joomla 1.5 – 3.x), rewritte...
Email Remover
Free

Email Remover

By ferino
Site Security
A Joomla system plugin that strips email addresses out of the public-facing HTML output of a site, so they can never be scraped by spam harvesters — because they simply never reach the page in the first place. Unlike classic "email cloaking" plugins, this doesn't just obfuscate the address for bots while keeping it intact for real visitors — it can remove it entirely, replace it with configur...
FG Editor Switcher
Free

FG Editor Switcher

By ferino
Editor Buttons
A Joomla editor plugin that lets you switch which editor (TinyMCE, CodeMirror, None, JCE, ...) is used for editing fields, directly from a dropdown placed next to the standard edit-screen toolbar (Article/Image/Pagebreak/Read More/...) - without going through Global Configuration. Features Dropdown selector styled to match the admin template's own toolbar buttons (colour, height, alignment) ins...

FG Remove Generator

Version:
1.5.4
Developer:
ferino
Last updated:
Sep 25 2026
14 hours ago
Date added:
Sep 18 2026
License:
GPLv2 or later
Type:
Free download
Includes:
p
Compatibility:
J5 J6
Download

Uses Joomla! Update System