MarkShust_RemoveFavicon

markshust/magento2-module-removefavicon

Remove all favicons from the HTML head.

Known issuesBuild failingSemVer compliant

Supported Magento versions: 2.4.9

20 installs★ 5 starsLatest: v1.0.1Released 2019-05-02License: MIT

composer require markshust/magento2-module-removefavicon

README

Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.

MarkShust_RemoveFavicon

Remove all favicons from the HTML head.

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - Yes

Table of contents

Summary

Out of the box, Magento allows you to define a custom favicon, otherwise it uses Magento's default favicon. Sometimes, a favicon isn't desired at all. This module just removes all favicons, default or otherwise.

Installation

composer require markshust/magento2-module-removefavicon
bin/magento module:enable MarkShust_RemoveFavicon
bin/magento setup:upgrade

Usage

This module has no configuration. Just install, and you won't see favicons anymore.

License

MIT

← All packages from markshust