diff --git a/src/components/bulk-email-tool/text-editor/TextEditor.jsx b/src/components/bulk-email-tool/text-editor/TextEditor.jsx index ff826c0..8382107 100644 --- a/src/components/bulk-email-tool/text-editor/TextEditor.jsx +++ b/src/components/bulk-email-tool/text-editor/TextEditor.jsx @@ -43,6 +43,8 @@ export default function TextEditor(props) { block_unsupported_drop: false, image_advtab: true, name: 'emailBody', + relative_urls: false, + remove_script_host: false, }} onEditorChange={onChange} value={value}