mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
add server management to web client
This commit is contained in:
parent
7ca1cd8795
commit
60d3f47503
72 changed files with 20510 additions and 18390 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue