Release 1.12.1
Release Date: June 11, 2026
This release extends list references ("{{list.<key>}}") to WAF security exceptions, allowing reusable named lists for exception paths, IPs, and ASNs. It also deprecates the rule_ids exception field.
New Features -> Security Configuration
List References in WAF Exceptions
WAF security exception fields now support {{list.<key>}} references, the same list syntax introduced in Release 1.12.0 for delivery match conditions. This allows you to manage exception values centrally using named lists defined in the tenant or common config.
Supported exception fields:
paths— URL path prefixes to excludev4_ips— IPv4 addresses/CIDR ranges to excludev6_ips— IPv6 addresses/CIDR ranges to excludeasn— Autonomous System Numbers to exclude
List references work in two forms:
Standalone reference — the entire field value is a single list reference:
Mixed array — list references and inline values in the same array, merged at evaluation time:
The same precedence rules apply as for delivery lists: local tenant lists override global (common) lists with the same key. If a referenced list key is not found, it resolves to an empty array and the exception is not applied.
Example: WAF List Ref Exceptions
Deprecations
The rule_ids field in WAF security exceptions is now deprecated. It will be removed in a future release. Use paths, IP-based, or ASN-based exceptions instead.
Schema Changes
- WAF exception fields (
paths,v4_ips,v6_ips,asn) now accept either an array of values or a single{{list.<key>}}reference string - Array items in exception fields can include
{{list.<key>}}references mixed with inline values rule_idsexception field marked asdeprecatedin the schemav6_ipsdescription corrected from "IPv4 CIDR" to "IPv6 CIDR"
Migration Guide
All changes are backward compatible. No breaking changes were introduced.
Recommended Actions
Use list references for shared WAF exception values
If you have the same IP ranges or paths repeated across multiple WAF exception groups, extract them into named lists:
Resources
- Delivery Configuration Documentation
- Match Conditions Documentation
- Security Configuration Documentation
- Lists Reference
- Configuration Examples
- Tenant Schema (JSON)
Questions or feedback? Please refer to the documentation or contact support.