MCPcopy
hub / github.com/browserless/browserless / NetworkRangeSet

Interface NetworkRangeSet

src/network-security.ts:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 * blocks both `localhost` and `*.localhost`, which resolve to loopback).
24 */
25export interface NetworkRangeSet {
26 ipv4Prefixes: string[];
27 ipv6Prefixes: string[];
28 protocols: string[];
29 hostnames: string[];
30}
31
32/**
33 * A host made only of digits and dots is an IPv4 literal — `new URL()` has

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected