MCPcopy
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

4import { upstreamError } from './_common/upstream.js';
5
6const hasWaf = (waf) => ({ hasWaf: true, waf });
7
8const firewallHandler = async (url) => {
9 const { href } = parseTarget(url);

Callers 1

firewallHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected