mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
export declare class SSRFProtection {
|
|
static validateWebhookUrl(urlString: string): Promise<{
|
|
valid: boolean;
|
|
reason?: string;
|
|
}>;
|
|
}
|
|
//# sourceMappingURL=ssrf-protection.d.ts.map
|