cscli appsec-configs install crowdsecurity/appsec-bot-challenge-exclude-crawler-files1name: crowdsecurity/appsec-bot-challenge-exclude-crawler-files2# Let well-known crawler files 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: >-7 req.URL.Path in ['/robots.txt', '/ads.txt', '/app-ads.txt', '/sitemap.xml', '/apple-app-site-association', '/security.txt', '/humans.txt'] ||8 req.URL.Path startsWith '/.well-known/'9 apply:10 - ExemptFromChallenge("crawler-files")11