mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 00:21:29 +00:00
sanitize article content when importing data from feed
This commit is contained in:
@@ -626,10 +626,8 @@ class Feeds extends Handler_Protected {
|
||||
}
|
||||
}
|
||||
|
||||
$feed_site_url = $line["site_url"];
|
||||
|
||||
$article_content = sanitize($this->link, $line["content_preview"],
|
||||
false, false, $feed_site_url);
|
||||
# $feed_site_url = $line["site_url"];
|
||||
$article_content = $line["content_preview"];
|
||||
|
||||
$reply['content'] .= "<div id=\"POSTNOTE-$id\">";
|
||||
if ($line['note']) {
|
||||
|
||||
Reference in New Issue
Block a user