cscli appsec-configs install crowdsecurity/appsec-bot-challenge-exclude-static1name: crowdsecurity/appsec-bot-challenge-exclude-static2# Let static assets and browser metadata files fly through without a challenge3# Do not edit this file to add your own exclusions, create a custom config.4inband:5 pre_eval:6 - filter: >-7 req.URL.Path matches '\\.(css|js|mjs|map|png|jpe?g|gif|svg|webp|avif|ico|bmp|woff2?|ttf|otf|eot|mp4|m4v|webm|mov|mp3|m4a|wav|ogg|oga|ogv|flac|aac|webmanifest)$' ||8 req.URL.Path in ['/manifest.json', '/browserconfig.xml']9 apply:10 - ExemptFromChallenge("static")11