mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Remove trusted proxies (#2229)
This commit is contained in:
committed by
GitHub
parent
a3c20ce8da
commit
def9ad88b0
@@ -86,7 +86,6 @@ func makeConfigGeneralResult() *models.ConfigGeneralResult {
|
||||
Username: config.GetUsername(),
|
||||
Password: config.GetPasswordHash(),
|
||||
MaxSessionAge: config.GetMaxSessionAge(),
|
||||
TrustedProxies: config.GetTrustedProxies(),
|
||||
LogFile: &logFile,
|
||||
LogOut: config.GetLogOut(),
|
||||
LogLevel: config.GetLogLevel(),
|
||||
|
||||
Reference in New Issue
Block a user