Skip to content

Commit

Permalink
Merge pull request #11308 from creative-commoners/pulls/5.2/ss-2024-001
Browse files Browse the repository at this point in the history
[SS-2024-001] Set convert_unsafe_embeds to true
  • Loading branch information
GuySartorelli authored Jul 16, 2024
2 parents ff6ab16 + 60155da commit b6e347e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Forms/HTMLEditor/TinyMCEConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

/**
Expand Down

0 comments on commit b6e347e

Please sign in to comment.