shared posts: remove link to feed in externally shared articles to prevent leaking potentially private feed urls
This commit is contained in:
parent
cde8272205
commit
6687cb9927
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue