More Regex fixing
This commit is contained in:
@@ -44,7 +44,7 @@ access_control:
|
|||||||
- domain_regex: '^prowlarr\.'
|
- domain_regex: '^prowlarr\.'
|
||||||
policy: bypass
|
policy: bypass
|
||||||
resources:
|
resources:
|
||||||
- '^/\d+/api\?' # Allow Torznab/Newznab access
|
- '^/[0-9]+/api\?' # Allow Torznab/Newznab access
|
||||||
# Effective default policy, only allow admins with two-factor
|
# Effective default policy, only allow admins with two-factor
|
||||||
- domain_regex: '.*'
|
- domain_regex: '.*'
|
||||||
policy: two_factor
|
policy: two_factor
|
||||||
|
|||||||
Reference in New Issue
Block a user