Use DiffMarked in messenger to avoid duplicate code

This commit is contained in:
yflory
2018-11-13 14:14:14 +01:00
parent dcdc0972dd
commit fc915e3337
2 changed files with 10 additions and 12 deletions

View File

@@ -101,8 +101,8 @@ define([
'IFRAME',
'OBJECT',
'APPLET',
//'VIDEO', // privacy implications of videos are the same as images
//'AUDIO', // same with audio
'VIDEO', // privacy implications of videos are the same as images
'AUDIO', // same with audio
];
var unsafeTag = function (info) {
/*if (info.node && $(info.node).parents('media-tag').length) {