mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 15:41:28 +00:00
shared posts: remove link to feed in externally shared articles to prevent leaking potentially private feed urls
This commit is contained in:
@@ -1378,9 +1378,7 @@
|
||||
}
|
||||
|
||||
if ($zoom_mode) {
|
||||
$feed_title = "<a href=\"".htmlspecialchars($line["site_url"]).
|
||||
"\" target=\"_blank\">".
|
||||
htmlspecialchars($line["feed_title"])."</a>";
|
||||
$feed_title = htmlspecialchars($line["feed_title"]);
|
||||
|
||||
$rv['content'] .= "<div class=\"postFeedTitle\">$feed_title</div>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user