Authored by 郝肖肖

'news-xss'

... ... @@ -34,7 +34,7 @@ const util = {
let $ = cheerio.load(html, {decodeEntities: false});
$('a').attr('href', 'javascript:void(0);').css({cursor: 'text'});
$('a').attr('href', 'javascript:void(0);').css({cursor: 'text'});// eslint-disable-line
return $.html();
}
... ...