Skip to content

Commit

Permalink
Fixed CVE-2024-29881 for TinyMCE
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Aug 19, 2024
1 parent 1e3ac3d commit 4868c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pub/js/mage/adminhtml/wysiwyg/tinymce/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ tinyMceWysiwygSetup.prototype =
branding: false,
promotion: false,
convert_urls: false,
convert_unsafe_embeds: true,
relative_urls: true,
skin: this.config.skin,
min_height: 460,
Expand Down

0 comments on commit 4868c7f

Please sign in to comment.