cscli appsec-configs install crowdsecurity/appsec-bot-challenge-exclude-webhooks1name: crowdsecurity/appsec-bot-challenge-exclude-webhooks2# Let third-party webhook callbacks fly through without a challenge.3# Do not edit this file to add your own exclusions, create a custom config.4inband:5 pre_eval:6 - filter: "req.URL.Path startsWith '/webhooks/'"7 apply:8 - ExemptFromChallenge("webhooks")9