Include the ipv6 localhost in default TRUSTED_PROXIES

Related to issue #428
This commit is contained in:
Jan Böhmer 2023-11-11 23:22:30 +01:00
parent 7163df6d46
commit 3953e36921

2
.env
View file

@ -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)$'