From 34fcff7a9d39f1e74c2c4469bcd595d0162cfd07 Mon Sep 17 00:00:00 2001 From: HamuZ HamuZ <550499+hamuz@users.noreply.github.com> Date: Tue, 28 Aug 2018 08:18:43 +0300 Subject: [PATCH] Trust Heroku load balancer Fix insecure warning in browser when deploying to Heroku --- .env.heroku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.heroku b/.env.heroku index 55237bd98b..92c2dbf7d2 100644 --- a/.env.heroku +++ b/.env.heroku @@ -19,7 +19,7 @@ TZ=UTC # APP_URL and TRUSTED_PROXIES are useful when using Docker and/or a reverse proxy. APP_URL=http://localhost -TRUSTED_PROXIES= +TRUSTED_PROXIES=** # The log channel defines where your log entries go to. LOG_CHANNEL=syslog