Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lissy93/web-check
/ hasWaf
Function
hasWaf
api/firewall.js:6–6 ·
view source on GitHub ↗
(waf)
Source
from the content-addressed store, hash-verified
4
import
{ upstreamError } from
'./_common/upstream.js'
;
5
6
const
hasWaf = (waf) => ({ hasWaf: true, waf });
7
8
const
firewallHandler =
async
(url) => {
9
const
{ href } = parseTarget(url);
Callers
1
firewallHandler
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected