mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 17:51: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) {
|
if ($zoom_mode) {
|
||||||
$feed_title = "<a href=\"".htmlspecialchars($line["site_url"]).
|
$feed_title = htmlspecialchars($line["feed_title"]);
|
||||||
"\" target=\"_blank\">".
|
|
||||||
htmlspecialchars($line["feed_title"])."</a>";
|
|
||||||
|
|
||||||
$rv['content'] .= "<div class=\"postFeedTitle\">$feed_title</div>";
|
$rv['content'] .= "<div class=\"postFeedTitle\">$feed_title</div>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user