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:
@@ -24,7 +24,11 @@ import {
|
||||
import type { IEmail } from './interfaces';
|
||||
import { cssVariables } from '../../nodes/Form/cssVariables';
|
||||
import { formFieldsProperties } from '../../nodes/Form/Form.node';
|
||||
import { prepareFormData, prepareFormReturnItem, resolveRawData } from '../../nodes/Form/utils';
|
||||
import {
|
||||
prepareFormData,
|
||||
prepareFormReturnItem,
|
||||
resolveRawData,
|
||||
} from '../../nodes/Form/utils/utils';
|
||||
import { escapeHtml } from '../utilities';
|
||||
|
||||
export type SendAndWaitConfig = {
|
||||
|
||||
Reference in New Issue
Block a user