mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(n8n Form Node): Prevent XSS with video and source tags (#16329)
This commit is contained in:
@@ -23,7 +23,7 @@ import {
|
||||
formTitle,
|
||||
appendAttributionToForm,
|
||||
} from '../Form/common.descriptions';
|
||||
import { formWebhook } from '../Form/utils';
|
||||
import { formWebhook } from '../Form/utils/utils';
|
||||
import {
|
||||
authenticationProperty,
|
||||
credentialsProperty,
|
||||
|
||||
Reference in New Issue
Block a user