mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 18:17:32 -05:00
Fixes a bug where the webhook HTTP client was mutating `http.DefaultClient` (the global singleton), causing ALL HTTP requests in the application to use the webhook proxy. This broke OIDC authentication and other external HTTP calls when webhook proxy was configured. Fixes #2144