fix(n8n Form Node): Prevent XSS with video and source tags (#16329)

This commit is contained in:
Dana
2025-06-16 16:42:54 +02:00
committed by GitHub
parent c3653275f2
commit 759e555993
11 changed files with 55 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ import {
formTriggerPanel,
webhookPath,
} from '../common.descriptions';
import { formWebhook } from '../utils';
import { formWebhook } from '../utils/utils';
const descriptionV1: INodeTypeDescription = {
displayName: 'n8n Form Trigger',