mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-22 12:12:18 -05:00
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.