mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
Consistently write IP in upercase
This commit is contained in:
@@ -38,7 +38,7 @@ public class LanFilteringMiddleware
|
||||
return;
|
||||
}
|
||||
|
||||
var host = httpContext.GetNormalizedRemoteIp();
|
||||
var host = httpContext.GetNormalizedRemoteIP();
|
||||
if (!networkManager.IsInLocalNetwork(host))
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user