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.
1 parent d157fde commit 1407e16Copy full SHA for 1407e16
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