Skip to content

Commit

Permalink
[SS-2024-001] Set convert_unsafe_embeds to true
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jul 16, 2024
1 parent c13ec34 commit 60155da
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 60155da

Please sign in to comment.