From d952b64effabe83cca54e2c7fedce992c941a187 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sun, 19 Feb 2023 18:38:20 +1100 Subject: [PATCH] Fix Regex to support GET queries --- 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 82ffbdd..e38fdb6 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 + - '^/\d+/api\?' # Allow Torznab/Newznab access # Effective default policy, only allow admins with two-factor - domain_regex: '.*' policy: two_factor