diff --git a/gateway/application.yaml b/gateway/application.yaml index 5e48dd3..931ee6c 100644 --- a/gateway/application.yaml +++ b/gateway/application.yaml @@ -15,6 +15,9 @@ server: spring: cloud: gateway: + # Trust all proxies (Use with caution!) + trusted-proxies: .* + # OR better: Trust a specific IP filter: secure-headers: referrer-policy: strict-origin