From 60155dad417b6f78bd6bd9d8ac412bad47de6aa8 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 22 Apr 2024 12:53:27 +1200 Subject: [PATCH] [SS-2024-001] Set convert_unsafe_embeds to true --- src/Forms/HTMLEditor/TinyMCEConfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Forms/HTMLEditor/TinyMCEConfig.php b/src/Forms/HTMLEditor/TinyMCEConfig.php index 20c9fad9375..26f408ff854 100644 --- a/src/Forms/HTMLEditor/TinyMCEConfig.php +++ b/src/Forms/HTMLEditor/TinyMCEConfig.php @@ -311,6 +311,7 @@ class TinyMCEConfig extends HTMLEditorConfig implements i18nEntityProvider 'promotion' => false, 'upload_folder_id' => null, // Set folder ID for insert media dialog 'link_default_target' => '_blank', // https://www.tiny.cloud/docs/tinymce/6/autolink/#example-using-link_default_target + 'convert_unsafe_embeds' => true, // SS-2024-001 ]; /**