We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912cce2 commit 711a11cCopy full SHA for 711a11c
1 file changed
public/js/render.js
@@ -19,9 +19,7 @@ whiteList['style'] = []
19
whiteList['kbd'] = []
20
// allow ifram tag with some safe attributes
21
whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', 'src', 'width', 'height']
22
-// allow details tag
23
-whiteList['details'] = []
24
-// allow summary tag for details
+// allow summary tag
25
whiteList['summary'] = []
26
// allow ruby tag
27
whiteList['ruby'] = []
0 commit comments