From 3bc22526a4abaf73f8fd2ca6fc112fd752f847b4 Mon Sep 17 00:00:00 2001 From: deflax Date: Thu, 6 Feb 2025 16:55:44 +0000 Subject: [PATCH] disable trusted proxy headers --- src/api/scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/scripts/run.sh b/src/api/scripts/run.sh index 8d2a6f7..bf5d943 100644 --- a/src/api/scripts/run.sh +++ b/src/api/scripts/run.sh @@ -13,5 +13,5 @@ fi # Start Waitress echo "waitress-serve $APP_MODULE" exec waitress-serve --listen=*:8080 --trusted-proxy='*' \ ---trusted-proxy-headers="x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port" \ +#--trusted-proxy-headers="x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port" \ --log-untrusted-proxy-headers --threads=16 --call $APP_MODULE