mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-12 11:31:00 +02:00
af_readability: sanitize content requested for embedding
This commit is contained in:
parent
3b635c7557
commit
b159bbe55d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user