From 28b80ea96181bb3fc8c3a5f81b0b1782b6bb23dd Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sun, 19 Feb 2023 14:34:48 +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 6a70232..82ffbdd 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