markshust / magento2-module-removefavicon
The Remove Favicon module removes all favicons from the HTML head.
Package info
github.com/markshust/magento2-module-removefavicon
Type:magento2-module
pkg:composer/markshust/magento2-module-removefavicon
Fund package maintenance!
1.0.1
2019-05-02 15:44 UTC
Requires
- php: >=7.1
- magento/framework: 102.0.*
This package is auto-updated.
Last update: 2026-02-13 20:10:32 UTC
README
Remove all favicons from the HTML head.
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.