We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 978ec84 + 93b9116 commit 8ea09a8Copy full SHA for 8ea09a8
1 file changed
public/js/render.js
@@ -18,7 +18,7 @@ whiteList['style'] = []
18
// allow kbd tag
19
whiteList['kbd'] = []
20
// allow ifram tag with some safe attributes
21
-whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', 'src', 'srcdoc', 'width', 'height']
+whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', 'src', 'width', 'height']
22
// allow summary tag
23
whiteList['summary'] = []
24
0 commit comments