1 2 3 4 5
namespace HyperBooru.Server; public static class AuthorizationPolicy { public const string NsfwPolicy = "IsNsfw"; }