1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:15:56 +00:00

don't pass csrf token as a GET parameter to Article

This commit is contained in:
Andrew Dolgov
2020-09-15 16:03:09 +03:00
parent e670ac2ee5
commit aeaafefa07
2 changed files with 25 additions and 3 deletions

View File

@@ -1002,6 +1002,7 @@
$max_feed_id = $row["mid"];
$num_feeds = $row["nf"];
$params["self_url_prefix"] = get_self_url_prefix();
$params["max_feed_id"] = (int) $max_feed_id;
$params["num_feeds"] = (int) $num_feeds;