New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thumbor-icon-handler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thumbor-icon-handler

Thumbor add serve request for favicon.ico handler.

  • 0.0.4
  • PyPI
  • Socket score

Maintainers
1

thumbor-icon-handler

A thumbor handler for serve favicon.ico request

Installation

::

pip install thumbor-icon-handler

Contribution

You can make a pull requests HERE <https://github.com/jjonline/thumbor-icon-handler/pulls>__, thank you for your contribution.

Configuration

===============

HANDLER_LISTS settings

::

HANDLER_LISTS = [ 'thumbor.handler_lists.healthcheck', 'thumbor.handler_lists.upload', 'thumbor.handler_lists.blacklist', # Add this config 'thumbor_icon_handler.icon', ]

Optionally specify a local favicon.ico file

You can use the favicon.ico file in the local file system, or you can ignore this configuration item and use the favicon.ico file in the Loader

::

specify your local filesystem favicon.ico file full path

for example /srv/file/favicon.ico

ICON_IMAGE_LOCAL_PATH = ''

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc