An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

MarkShust_RemoveFavicon


Remove all favicons from the HTML head.


Supported Magento Versions
Latest Stable Version
Composer Downloads
Maintained - Yes

## 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)