From 9f4dec0c323f121ca93100797b28d3775a770944 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Tue, 3 Feb 2026 11:33:03 +0100 Subject: [PATCH] Fix handler. Closes #1281 --- backend/src/Squidex.Infrastructure/Http/SsrfExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/Squidex.Infrastructure/Http/SsrfExtensions.cs b/backend/src/Squidex.Infrastructure/Http/SsrfExtensions.cs index 7995dc527..8c5b41ff2 100644 --- a/backend/src/Squidex.Infrastructure/Http/SsrfExtensions.cs +++ b/backend/src/Squidex.Infrastructure/Http/SsrfExtensions.cs @@ -16,7 +16,7 @@ public static class SsrfExtensions { public static IHttpClientBuilder EnableSsrfProtection(this IHttpClientBuilder builder ) { - builder.Services.AddSingleton(); + builder.Services.AddTransient(); builder.AddHttpMessageHandler(); builder.ConfigurePrimaryHttpMessageHandler(services =>