-
Bug
-
Resolution: Fixed
-
Critical
-
4.1.4, 4.2.1
-
2
-
Team Hedgehog 2023 Sprint 2.2, Team Hedgehog 2023 Sprint 2.3
Need to add support for use of script tags using the extended_valid_elements tag.
Need to add the following to the tinymce config in editor.js:
extended_valid_elements: 'script[*]',
|
Also needs a behat test.
Essentially Tiny filters out invalid elements and it is quite strict about this.
There's also a related issue in TinyMCE itself.
https://www.tiny.cloud/docs/tinymce/6/content-filtering/#extended_valid_elements
- is duplicated by
-
MDL-78514 Scripts are stripped out in TinyMCE
- Closed
- links to