We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85fc41c + f26a732 commit a729a28Copy full SHA for a729a28
public/js/render.js
@@ -20,7 +20,7 @@ whiteList['style'] = []
20
// allow kbd tag
21
whiteList['kbd'] = []
22
// allow ifram tag with some safe attributes
23
-whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', 'src', 'width', 'height']
+whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'src', 'width', 'height']
24
// allow summary tag
25
whiteList['summary'] = []
26
// allow ruby tag
0 commit comments