Files
vikunja/pkg/modules/background
kolaente 5513835fc1 fix(unsplash): route api requests through the SSRF-safe http client
doGet built its own http.Client, unlike its siblings in the same file which
already use utils.NewSSRFSafeHTTPClient(). The previous 10s 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
..