Security & WAF
Per-domain rule
enum
rule_type
Whether a rule allow-lists (Whitelist) or deny-lists (Blacklist) its paths.
- Config key
rule_type- Scope
- Per-domain rule
- Type
- enum
- Default
- none
Determines the matching logic of a domain or path rule:
- Whitelist — only the matching paths are allowed/handled by the rule.
- Blacklist — the matching paths are denied/excluded.
Pairing this with path rules lets you, for example, allow only /public while denying everything else, or block a single sensitive prefix.
rule_type = "Whitelist"