Enable Torznab/Newznab access

This commit is contained in:
Colin Hebert
2023-02-19 14:31:29 +11:00
parent 3c7a55d989
commit 418180fb59
2 changed files with 5 additions and 8 deletions

View File

@@ -41,6 +41,10 @@ access_control:
resources:
- '^/api$'
- '^/api(/|\?)'
- domain_regex: '^prowlarr\.'
policy: bypass
resources:
- '^\d+/api$' # Allow Torznab/Newznab access
# Effective default policy, only allow admins with two-factor
- domain_regex: '.*'
policy: two_factor