entropy.yaml 186 B

12345678
  1. bots:
  2. - name: total-randomness
  3. action: ALLOW
  4. expression:
  5. all:
  6. - '"Accept" in headers'
  7. - headers["Accept"].contains("text/html")
  8. - randInt(1) == 0