mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-28 14:17:54 +02:00
Update firewall.js, add QRATOR WAF
Add new firewall: https://qrator.net/
This commit is contained in:
parent
031b0e37bb
commit
9609cd3701
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user