From 3f2443da2ac122e20ba85c4067c70cfa7ad353c7 Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:00:08 +0200 Subject: [PATCH] set back to the default default-filters --- gateway/application.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gateway/application.yaml b/gateway/application.yaml index a87bce1..5e48dd3 100644 --- a/gateway/application.yaml +++ b/gateway/application.yaml @@ -15,14 +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 - - LoginParamRedirect #redirects all request with a ?login query param to /login filter: secure-headers: referrer-policy: strict-origin