Files
vikunja/pkg/modules
kolaente 446f722b20 fix(gravatar): route avatar requests through the SSRF-safe http client
avatar.gravatarbaseurl is operator-configurable, so the request destination was
never a fixed constant - pkg/utils/avatar.go already uses the SSRF-safe client
for the same job. The previous 5s timeout is kept as a context deadline so the
configured (30s by default) client timeout does not apply here.
2026-07-28 17:26:12 +02:00
..