mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
added UniversalDetector.dll
This commit is contained in:
@@ -138,7 +138,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
|
||||
return true;
|
||||
}
|
||||
|
||||
return _config.Configuration.InsecureApps7.Contains(auth.Client ?? string.Empty,
|
||||
return _config.Configuration.InsecureApps8.Contains(auth.Client ?? string.Empty,
|
||||
StringComparer.OrdinalIgnoreCase);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user