diff --git a/services/authentication/configs/access.yml b/services/authentication/configs/access.yml index e38fdb6..4defe3c 100644 --- a/services/authentication/configs/access.yml +++ b/services/authentication/configs/access.yml @@ -44,7 +44,7 @@ access_control: - domain_regex: '^prowlarr\.' policy: bypass resources: - - '^/\d+/api\?' # Allow Torznab/Newznab access + - '^/[0-9]+/api\?' # Allow Torznab/Newznab access # Effective default policy, only allow admins with two-factor - domain_regex: '.*' policy: two_factor