From a785c86d4e46abf51b2ec78797d947f82c19e1a5 Mon Sep 17 00:00:00 2001 From: Phillip Schichtel Date: Mon, 7 Oct 2024 14:38:05 +0200 Subject: [PATCH] trust them proxies --- conf/application.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/application.conf b/conf/application.conf index 62d6f8b..8bb78a3 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -12,6 +12,8 @@ play.filters.csp { } } +play.http.forwarded.trustedProxies=["127.0.0.1/32", "192.168.0.0/16", "10.0.0.0/8", "172.16.0.0/12", "::1/0"] + play.i18n.langs = ["en"] ldjam {