Allow more iframe attributes

pull/5314/head
peteruithoven 2 years ago
parent 443cc052c3
commit 7d1803ac82

@ -29,7 +29,7 @@ module.exports = {
if (config.allowIFrames) {
allowedTags.push('iframe')
allowedAttrs.push('allow')
allowedAttrs.push('allow', 'frameborder', 'allowfullscreen')
}
input = DOMPurify.sanitize(input, {

Loading…
Cancel
Save