cscli appsec-configs install crowdsecurity/appsec-bot-challenge-exclude-feeds1name: crowdsecurity/appsec-bot-challenge-exclude-feeds2# Let syndication feed endpoints 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 ['/feed', '/rss', '/atom.xml', '/feed.xml', '/rss.xml', '/index.xml', '/feed.atom'] ||8 req.URL.Path startsWith '/feed/' || req.URL.Path startsWith '/rss/'9 apply:10 - ExemptFromChallenge("feeds")11