mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
4154414adf
(cherry picked from commit 3ff3de6b90704fba266833115cd9d03ace99aae9)
9 lines
216 B
C#
9 lines
216 B
C#
using Microsoft.AspNetCore.Authorization.Infrastructure;
|
|
|
|
namespace Radarr.Http.Authentication
|
|
{
|
|
public class BypassableDenyAnonymousAuthorizationRequirement : DenyAnonymousAuthorizationRequirement
|
|
{
|
|
}
|
|
}
|