mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 16:01:28 +00:00
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
This commit is contained in:
@@ -636,7 +636,9 @@ class API extends Handler {
|
||||
|
||||
if ($sanitize_content) {
|
||||
$headline_row["content"] = sanitize($link,
|
||||
$line["content_preview"], false, false, $line["site_url"]);
|
||||
$line["content_preview"],
|
||||
sql_bool_to_bool($line['hide_images']),
|
||||
false, $line["site_url"]);
|
||||
} else {
|
||||
$headline_row["content"] = $line["content_preview"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user