Files
anubis-mirror/lib
Xe Iaso b291170cb6 fix!(policy/checker): make List and-like
This has the potential to break user configs.

Anubis lets you stack multiple checks at once with blocks like this:

```yaml
name: allow-prometheus
action: ALLOW
user_agent_regex: ^prometheus-probe$
remote_addresses:
  - 192.168.2.0/24
```

Previously, this only returned ALLOW if _any one_ of the conditions
matched. This behaviour has changed to only return ALLOW if _all_ of the
conditions match.

I have marked this as a potentially breaking change because I'm
absolutely certain that someone is relying on this behaviour due to
spacebar heating. If this bites you, please let me know ASAP.

Signed-off-by: Xe Iaso <me@xeiaso.net>
Assisted-by: GPT-OSS 120b on local hardware
2025-10-25 00:58:08 +00:00
..
2025-07-25 10:58:30 -04:00
2025-10-21 13:10:27 -04:00
2025-10-21 13:10:27 -04:00