mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
Merge "Blacklist Web of Trust junk from being added to pages"
This commit is contained in:
commit
8e79d85583
|
@ -269,7 +269,8 @@ ve.init.mw.Target.prototype.getHtml = function ( newDoc, oldDoc ) {
|
|||
'div[id="myEventWatcherDiv"], ' + // T53423
|
||||
'div[id="sendToInstapaperResults"], ' + // T63776
|
||||
'div[id="kloutify"], ' + // T69006
|
||||
'div[id^="mittoHidden"]' // T70900
|
||||
'div[id^="mittoHidden"], ' + // T70900
|
||||
'div.donut-container' // Web of Trust (T189148)
|
||||
)
|
||||
.remove();
|
||||
// Add doctype manually
|
||||
|
|
Loading…
Reference in a new issue