mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
3.0.5416.0
This commit is contained in:
parent
a32fd710a9
commit
7a4d5b7951
79 changed files with 8961 additions and 8643 deletions
|
|
@ -63,7 +63,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
|
|||
if (!authAttribtues.AllowLocal || !req.IsLocal)
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(auth.Token) ||
|
||||
!_config.Configuration.InsecureApps2.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase))
|
||||
!_config.Configuration.InsecureApps3.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase))
|
||||
{
|
||||
if (!IsValidConnectKey(auth.Token))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue