frontend: allow webserver to trust proxy headers (#106)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2024-07-15 00:50:18 +02:00
committed by GitHub
parent 39a129db9d
commit 0fdde8afc7
3 changed files with 13 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ type settingType struct {
nameFilter string
timeOut int
connectionTimeOut int
trustProxyHeaders bool
}
var setting settingType