regex_ends_newline.yaml 416 B

1234567891011121314151617
  1. bots:
  2. - name: user-agent-ends-newline
  3. # Subtle bug: this ends with a newline
  4. user_agent_regex: >
  5. Mozilla
  6. action: CHALLENGE
  7. - name: path-ends-newline
  8. # Subtle bug: this ends with a newline
  9. path_regex: >
  10. ^/evil/.*$
  11. action: CHALLENGE
  12. - name: headers-ends-newline
  13. # Subtle bug: this ends with a newline
  14. headers_regex:
  15. CF-Worker: >
  16. .*
  17. action: CHALLENGE