We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d767cc4 + 1407e16 commit f8cfe81Copy full SHA for f8cfe81
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', 'src', 'width', 'height']
+whiteList.iframe = ['allowfullscreen', 'referrerpolicy', 'src', 'width', 'height']
24
// allow summary tag
25
whiteList.summary = []
26
// allow ruby tag
0 commit comments