1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-13 00:28:10 -05:00

fix most played formatting issue

prevent reverse proxy to 127.0.0.1 from counting as IW4MAdmin client
copy humanizer support lib to output dir
This commit is contained in:
RaidMax
2020-08-21 18:12:00 -05:00
parent f18dd65695
commit 637fa2ae9e
4 changed files with 12 additions and 4 deletions

View File

@ -108,7 +108,7 @@ namespace SharedLibraryCore
}
// give the local host full access
else
else if (!HttpContext.Request.Headers.ContainsKey("X-Forwarded-For"))
{
Client.ClientId = 1;
Client.Level = EFClient.Permission.Console;