mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(n8n Form Node): Prevent XSS with video and source tags (#16329)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user