mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-04-06 09:58:42 +00:00
🛠 Replace inline HTML sanitization with a custom Markdown component for consistency.
🛡 Add `DisallowedRawHtmlExtension` to Markdown config for enhanced security.
This commit is contained in:
@@ -75,7 +75,7 @@ return [
|
||||
* More info: https://commonmark.thephpleague.com/2.4/extensions/overview/
|
||||
*/
|
||||
'extensions' => [
|
||||
//
|
||||
League\CommonMark\Extension\DisallowedRawHtml\DisallowedRawHtmlExtension::class,
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user