X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=64cd4ad1e0659f38574f2ff5f4e0fffea0441ce5;hb=11496780534fe6fe3f6473da0cb0f23f3c384c4f;hp=179d5930b18c5782411ce2522614cb54f1d25ac6;hpb=12563008664944b15c71e691f110f0eb088ae741;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index 179d5930b1..64cd4ad1e0 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -50208,7 +50208,25 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { new Roo.htmleditor.FilterAttributes({ node : div, - attrib_white : ['href', 'src', 'name', 'align', 'colspan', 'rowspan', 'data-display', 'data-width', 'start' , 'style'], + attrib_white : [ + 'href', + 'src', + 'name', + 'align', + 'colspan', + 'rowspan', + 'data-display', + 'data-width', + 'start' , + 'style', + // youtube embed. + 'class', + 'allowfullscreen', + 'frameborder', + 'width', + 'height', + 'alt' + ], attrib_clean : ['href', 'src' ] });