mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(n8n Form Node): Prevent XSS with video and source tags (#16329)
This commit is contained in:
@@ -21,7 +21,7 @@ import {
|
||||
} from '../common.descriptions';
|
||||
import { cssVariables } from '../cssVariables';
|
||||
import { FORM_TRIGGER_AUTHENTICATION_PROPERTY } from '../interfaces';
|
||||
import { formWebhook } from '../utils';
|
||||
import { formWebhook } from '../utils/utils';
|
||||
|
||||
const useWorkflowTimezone: INodeProperties = {
|
||||
displayName: 'Use Workflow Timezone',
|
||||
|
||||
Reference in New Issue
Block a user