Skip to content

Commit 228fcb8

Browse files
turt2liverichvdh
authored andcommitted
Allow <details> and <summary> in suggested HTML subset
Specs [MSC2184](#2184) Based on #3094
1 parent becd225 commit 228fcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/client-server-api/modules/instant_messaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tags to permit, denying the use and rendering of anything else, is:
5353
`font`, `del`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `blockquote`, `p`,
5454
`a`, `ul`, `ol`, `sup`, `sub`, `li`, `b`, `i`, `u`, `strong`, `em`,
5555
`strike`, `code`, `hr`, `br`, `div`, `table`, `thead`, `tbody`, `tr`,
56-
`th`, `td`, `caption`, `pre`, `span`, `img`.
56+
`th`, `td`, `caption`, `pre`, `span`, `img`, `details`, `summary`.
5757

5858
Not all attributes on those tags should be permitted as they may be
5959
avenues for other disruption attempts, such as adding `onclick` handlers

0 commit comments

Comments
 (0)