mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-04-21 12:32:38 +00:00
file patterns: evaluate allowed filters before the denied ones
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -5403,7 +5403,7 @@ components:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
description: 'list of, case insensitive, allowed shell like patterns.'
|
||||
description: 'list of, case insensitive, allowed shell like patterns. Allowed patterns are evaluated before the denied ones'
|
||||
example:
|
||||
- '*.jpg'
|
||||
- a*b?.png
|
||||
@@ -5411,7 +5411,7 @@ components:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
description: 'list of, case insensitive, denied shell like patterns. Denied patterns are evaluated before the allowed ones'
|
||||
description: 'list of, case insensitive, denied shell like patterns'
|
||||
example:
|
||||
- '*.zip'
|
||||
deny_policy:
|
||||
|
||||
Reference in New Issue
Block a user