Referrer Icons
Referrer icons are stored in:
/static/images/referrers/
- Icons are normally downloaded automatically from the referrer's website favicon and resized to a maximum of 96×96 pixels.
- If an icon cannot be fetched, a generic unknown icon ❔ is displayed.
- You can manually override any referrer icon by placing a file with the expected name in
/static/images/referrers/. - When a matching local file exists, no new favicon is fetched for that referrer.
Manual overrides
You can replace any automatically downloaded icon by placing your own file in the same directory.
Example:
/static/images/referrers/google.com.png
/static/images/referrers/github.com.svg
/static/images/referrers/chatgpt.com.webp
If a matching file exists, it is used automatically.
Supported formats
png
svg
webp
jpg
ico
Notes
- Icons are downloaded automatically when possible.
- Missing icons are fetched from the referrer's website favicon.
- Automatically downloaded icons are cached locally.
- Custom icons are preserved and take precedence over newly downloaded icons.
Do you find this project useful? You can support its development using the buttons in the page footer.
breat.fr