My goal is to match evaluatePreconfiguredExpr('sqli-stable') except certain requestUrls. I have setup this expression without any luck:
"expression": "!request.headers['host'].lower().contains('exclude/this/path') && evaluatePreconfiguredExpr('sqli-stable')
Any suggestions?