Configuration options
| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
Allows all strings to match (subject to "deny" conditions). An |
|
string[] |
|
Exact strings to allow. |
|
Pattern[] |
|
Patterns specifying strings to allow. |
|
string[] |
|
Prefixes specifying strings to allow. |
|
string[] |
|
Suffixes specifying strings to allow. |
|
string[] |
|
Exact strings to deny. |
|
Pattern[] |
|
Patterns specifying strings to deny. |
|
string[] |
|
Prefixes specifying strings to deny. |
|
string[] |
|
Suffixes specifying strings to deny. |