mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-22 07:00:45 +02:00
Merge pull request #137 from n0a/patch-1
Update firewall.js, add QRATOR WAF
This commit is contained in:
commit
a59c33571a
@ -91,6 +91,10 @@ const handler = async (url) => {
|
|||||||
return hasWaf('IBM WebSphere DataPower');
|
return hasWaf('IBM WebSphere DataPower');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (headers['server'] && headers['server'].includes('QRATOR')) {
|
||||||
|
return hasWaf('QRATOR WAF');
|
||||||
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
hasWaf: false,
|
hasWaf: false,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user