mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 18:31:30 +01:00
viewfeed: properly escape feed in ajax query
This commit is contained in:
parent
e21ea11c50
commit
d9e78984fb
@ -95,7 +95,7 @@ function viewfeed(feed, method, is_cat, offset, background, infscroll_req, can_w
|
||||
|
||||
var toolbar_query = Form.serialize("main_toolbar_form");
|
||||
|
||||
var query = "?op=feeds&method=view&feed=" + feed + "&" +
|
||||
var query = "?op=feeds&method=view&feed=" + param_escape(feed) + "&" +
|
||||
toolbar_query;
|
||||
|
||||
if (method) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user