makearmy-app/node_modules/next/dist/server/lib/router-utils/block-cross-site.d.ts

4 lines
286 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
import type { Duplex } from 'stream';
import type { IncomingMessage, ServerResponse } from 'webpack-dev-server';
export declare const blockCrossSite: (req: IncomingMessage, res: ServerResponse | Duplex, allowedDevOrigins: string[] | undefined, hostname: string | undefined) => boolean;