From 19e42734c4d68b09e91b2d577310dc09ce6f4086 Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Tue, 13 Aug 2024 17:21:39 +0200 Subject: [PATCH] set back to the default default-filters (#419) --- gateway/application.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gateway/application.yaml b/gateway/application.yaml index 2614fec..6567d47 100644 --- a/gateway/application.yaml +++ b/gateway/application.yaml @@ -15,13 +15,6 @@ server: spring: cloud: gateway: - default-filters: - - SecureHeaders - - TokenRelay - - RemoveSecurityHeaders - # AddSecHeaders appends sec-* headers to proxied requests based on the currently authenticated user - - AddSecHeaders - - PreserveHostHeader filter: secure-headers: referrer-policy: strict-origin \ No newline at end of file