markshust / magento2-module-removefavicon
The Remove Favicon module removes all favicons from the HTML head.
Fund package maintenance!
markshust
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1
- magento/framework: 102.0.*
This package is auto-updated.
Last update: 2024-11-13 17:27:40 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.