mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 02:58:49 +00:00
9 lines
186 B
YAML
9 lines
186 B
YAML
bots:
|
|
- name: total-randomness
|
|
action: ALLOW
|
|
expression:
|
|
all:
|
|
- '"Accept" in headers'
|
|
- headers["Accept"].contains("text/html")
|
|
- randInt(1) == 0
|