mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
415e8fc0f3
commit
652909e8a5
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ namespace Emby.Server.Implementations.HttpServer.Security
|
|||
var name = authorizationHeader[..firstSpace];
|
||||
|
||||
if (!name.Equals("MediaBrowser", StringComparison.OrdinalIgnoreCase)
|
||||
&& name.Equals("Emby", StringComparison.OrdinalIgnoreCase))
|
||||
&& !name.Equals("Emby", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue