diff --git a/core/modules/parsers/htmlparser.js b/core/modules/parsers/htmlparser.js index 4a47c6520..b2528e961 100644 --- a/core/modules/parsers/htmlparser.js +++ b/core/modules/parsers/htmlparser.js @@ -23,7 +23,8 @@ var HtmlParser = function(type,text,options) { type: "element", tag: "iframe", attributes: { - src: {type: "string", value: src} + src: {type: "string", value: src}, + sandbox: {type: "string", value: "sandbox"} } }]; };