From 5b96e3422984389a46c78a7baf3170c62036b639 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 15 Jul 2025 21:05:58 +1000 Subject: [PATCH] Update modules/ROOT/pages/migration-from-7x.adoc Co-authored-by: michalnieruchalski-tiugo --- modules/ROOT/pages/migration-from-7x.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ROOT/pages/migration-from-7x.adoc b/modules/ROOT/pages/migration-from-7x.adoc index 75c9bac4f..bbf704240 100644 --- a/modules/ROOT/pages/migration-from-7x.adoc +++ b/modules/ROOT/pages/migration-from-7x.adoc @@ -220,7 +220,6 @@ This change improves security and aligns with DOMPurify's recommended defaults. **Migration Steps:** * Review workflows and test content that previously relied on relaxed sanitization. -* If custom comment handling is required, note that DOMPurify hooks cannot be used directly unless you fork TinyMCE or disable TinyMCE's built-in sanitization and implement your own with DOMPurify. * {productname} now provides the xref:content-filtering.adoc#allow_html_in_comments[Content Filtering: allow_html_in_comments option] option. Enabling this option allows HTML tags in comments with sanitization still enabled. [WARNING]