- AllowList (common.configurable) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
allow.all | boolean | false | Allows all strings to match (subject to "deny" conditions). An |
allow.exact | string[] | Exact strings to allow. | |
allow.pattern | Pattern[] | Patterns specifying strings to allow. | |
allow.prefix | string[] | Prefixes specifying strings to allow. | |
allow.suffix | string[] | Suffixes specifying strings to allow. | |
deny.exact | string[] | Exact strings to deny. | |
deny.pattern | Pattern[] | Patterns specifying strings to deny. | |
deny.prefix | string[] | Prefixes specifying strings to deny. | |
deny.suffix | string[] | Suffixes specifying strings to deny. |