From db63d597b41edb1f75c256a1109e27132aa1fabb Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sun, 19 Feb 2023 18:45:05 +1100 Subject: [PATCH] More Regex fixing --- services/authentication/configs/access.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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