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