mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:25:56 +00:00
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
This commit is contained in:
@@ -481,7 +481,7 @@ class Feeds extends Handler_Protected {
|
||||
unset($line["tag_cache"]);
|
||||
|
||||
$line["content"] = sanitize($this->link, $line["content_preview"],
|
||||
false, false, $entry_site_url);
|
||||
sql_bool_to_bool($line['hide_images']), false, $entry_site_url);
|
||||
|
||||
foreach ($pluginhost->get_hooks($pluginhost::HOOK_RENDER_ARTICLE_CDM) as $p) {
|
||||
$line = $p->hook_render_article_cdm($line);
|
||||
|
||||
Reference in New Issue
Block a user