This commit is contained in:
Mateusz Gruszczyński
2026-05-08 19:23:11 +02:00
parent 7bedeec39f
commit f76609672d
4 changed files with 4 additions and 4 deletions

View File

@@ -508,7 +508,7 @@ def tracker_favicon(domain: str):
enabled = bool(prefs and prefs.get("tracker_favicons_enabled"))
static_url = tracker_cache.favicon_public_url(domain, enabled=enabled, create=True)
if static_url:
# Note: The API only discovers/cache-warms the icon; the browser receives the file from /static/data/tracker_favicons/.
# Note: The API only discovers/cache-warms the icon; the browser receives the file from /static/tracker_favicons/.
return redirect(static_url, code=302)
abort(404)