Permit regex ignores ?
I may not want to blocklist some matches, for example local IPs. A configuration extension could be:
patterns:
ip:
match: [regex]
ignore:
- 127.0.0.1
- ::1
I may not want to blocklist some matches, for example local IPs. A configuration extension could be:
patterns:
ip:
match: [regex]
ignore:
- 127.0.0.1
- ::1