diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-10 12:09:24 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-10 12:09:24 +0100 |
| commit | cf3aff93f219ab274e0cdfc4a7edb435f85aacd4 (patch) | |
| tree | 11d5373874d889ab8615cb449cbdeb62eb4f1f92 | |
| parent | 5fb7557763566ef4345aa563c4c1b6d81ce3ff57 (diff) | |
revert change error
| -rw-r--r-- | Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs b/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs index 48afc2b8c..8570a4a96 100644 --- a/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs +++ b/Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs @@ -115,7 +115,7 @@ namespace Jellyfin.Server.Extensions policy => { policy.AddAuthenticationSchemes(AuthenticationSchemes.CustomAuthentication); - policy.AddRequirements(new NetworkAccessRequirement()); + policy.AddRequirements(new LocalAccessRequirement()); }); options.AddPolicy( Policies.LocalAccessOrRequiresElevation, |
