Merge pull request #1993 from umbraco/v14/bugfix/tinymce-unsafe-embeds

Bugfix: Tinymce allows potentially unsafe embeds
This commit is contained in:
Jacob Overgaard
2024-06-17 09:23:24 +02:00
committed by GitHub

View File

@@ -243,6 +243,7 @@ export class UmbInputTinyMceElement extends UUIFormControlMixin(UmbLitElement, '
paste_data_images: false,
language: this.#getLanguage(),
promotion: false,
convert_unsafe_embeds: true, // [JOV] Workaround for CVE-2024-29881
// Extend with configuration options
...configurationOptions,