https://github.com/markshust/magento2-module-removefavicon
The Remove Favicon module removes all favicons from the HTML head.
https://github.com/markshust/magento2-module-removefavicon
Last synced: about 1 year ago
JSON representation
The Remove Favicon module removes all favicons from the HTML head.
- Host: GitHub
- URL: https://github.com/markshust/magento2-module-removefavicon
- Owner: markshust
- License: mit
- Created: 2019-04-30T15:19:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T07:45:07.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T09:49:12.598Z (about 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
MarkShust_RemoveFavicon
## Table of contents
- [Summary](#summary)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## 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](https://opensource.org/licenses/MIT)