mirror of
https://codeberg.org/alicia/web-check.git
synced 2026-03-14 14:45:48 +01:00
Update firewall.js, add QRATOR WAF
Add new firewall: https://qrator.net/
This commit is contained in:
parent
031b0e37bb
commit
9609cd3701
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue