mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
add server management to web client
This commit is contained in:
@@ -66,7 +66,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
|
||||
if (!authAttribtues.AllowLocal || !req.IsLocal)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(auth.Token) ||
|
||||
!_config.Configuration.InsecureApps3.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase))
|
||||
!_config.Configuration.InsecureApps5.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase))
|
||||
{
|
||||
var valid = IsValidConnectKey(auth.Token);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user