- 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 @return whether to allow all strings to match (subject to "deny" conditions) |
allow.exact | string[] | Exact strings to allow. @return exact strings to allow | |
allow.pattern | Pattern[] | Patterns specifying strings to allow. @return patterns which allow matching | |
allow.prefix | string[] | Prefixes specifying strings to allow. @return prefixes which allow matching | |
allow.suffix | string[] | Suffixes specifying strings to allow. @return suffixes which allow matching | |
deny.exact | string[] | Exact strings to deny. @return exact strings to allow | |
deny.pattern | Pattern[] | Patterns specifying strings to deny. @return patterns which deny matching | |
deny.prefix | string[] | Prefixes specifying strings to deny. @return prefixes which deny matching | |
deny.suffix | string[] | Suffixes specifying strings to deny. @return suffixes which deny matching |