diff --git a/api/firewall.js b/api/firewall.js index 39afde35..48419b6b 100644 --- a/api/firewall.js +++ b/api/firewall.js @@ -91,6 +91,10 @@ const handler = async (url) => { return hasWaf('IBM WebSphere DataPower'); } + if (headers['server'] && headers['server'].includes('QRATOR')) { + return hasWaf('QRATOR WAF'); + } + return { hasWaf: false, }