From 3953e36921a2041eafc02b8bc4b535f6bff83aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 11 Nov 2023 23:22:30 +0100 Subject: [PATCH] Include the ipv6 localhost in default TRUSTED_PROXIES Related to issue #428 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index afbe9385..991640e4 100644 --- a/.env +++ b/.env @@ -214,7 +214,7 @@ APP_SECRET=a03498528f5a5fc089273ec9ae5b2849 # Set the trusted IPs here, when using an reverse proxy -#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 +#TRUSTED_PROXIES=127.0.0.0/8,::1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 #TRUSTED_HOSTS='^(localhost|example\.com)$'