🛠 Replace inline HTML sanitization with a custom Markdown component for consistency.

🛡 Add `DisallowedRawHtmlExtension` to Markdown config for enhanced security.
This commit is contained in:
HolgerHatGarKeineNode
2026-04-05 19:00:30 +01:00
parent 8e7672691d
commit 16134d6be6
3 changed files with 3 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ return [
* More info: https://commonmark.thephpleague.com/2.4/extensions/overview/
*/
'extensions' => [
//
League\CommonMark\Extension\DisallowedRawHtml\DisallowedRawHtmlExtension::class,
],
/*