- Issue created by @NikolaAt
- Status changed to Needs review
about 1 year ago 11:08am 15 September 2023 - last update
about 1 year ago 29,477 pass - Status changed to Needs work
about 1 year ago 2:05pm 15 September 2023 - 🇺🇸United States smustgrave
Thanks for reporting,
Will need a test case to show if this is a problem.
- Status changed to Active
about 1 year ago 11:50am 18 September 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Add validation that was present in the older version.
Right now the method checkHtmlRestrictionsMatch is missing validation for unrestricted property for some of the filters. For example filter_noopener.In which version was that validation present that is now absent?
AFAICT the problem is that https://git.drupalcode.org/project/noopener_filter/-/blob/8.x-2.x/src/Pl... declares itself as
Drupal\filter\Plugin\FilterInterface::TYPE_HTML_RESTRICTOR
, which is wrong.It should be
\Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE
.✨ Support CKEditor 5 Active already exists for this.
- Status changed to Fixed
about 1 year ago 11:52am 18 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.