Files
n8n-mcp/dist/utils/ssrf-protection.d.ts
2025-12-05 12:01:31 +01:00

7 lines
202 B
TypeScript

export declare class SSRFProtection {
static validateWebhookUrl(urlString: string): Promise<{
valid: boolean;
reason?: string;
}>;
}
//# sourceMappingURL=ssrf-protection.d.ts.map