mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:15:55 +00:00
af_readability: sanitize content requested for embedding
This commit is contained in:
@@ -303,7 +303,7 @@ class Af_Readability extends Plugin {
|
||||
$ret = [];
|
||||
|
||||
if ($row = $sth->fetch()) {
|
||||
$ret["content"] = $this->extract_content($row["link"]);
|
||||
$ret["content"] = sanitize($this->extract_content($row["link"]));
|
||||
}
|
||||
|
||||
print json_encode($ret);
|
||||
|
||||
Reference in New Issue
Block a user