Merge "Blacklist images with data URLs"

This commit is contained in:
jenkins-bot 2018-04-17 19:48:20 +00:00 committed by Gerrit Code Review
commit 69f0ff1016

View file

@ -274,6 +274,7 @@ ve.init.mw.Target.prototype.getHtml = function ( newDoc, oldDoc ) {
'object, ' + // T65229
'style:not( [ data-mw ] ), ' + // T55252, but allow <style data-mw/> e.g. TemplateStyles T188143
'embed, ' + // T53521, T54791, T65121
'img[src^="data:"], ' + // T192392
'div[id="myEventWatcherDiv"], ' + // T53423
'div[id="sendToInstapaperResults"], ' + // T63776
'div[id="kloutify"], ' + // T69006