mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
fix broken feed icon upload (closes #459)
This commit is contained in:
@@ -3,7 +3,7 @@ class Pref_Feeds extends Protected_Handler {
|
||||
|
||||
function csrf_ignore($method) {
|
||||
$csrf_ignored = array("index", "getfeedtree", "add", "editcats", "editfeed",
|
||||
"savefeedorder");
|
||||
"savefeedorder", "uploadicon");
|
||||
|
||||
return array_search($method, $csrf_ignored) !== false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user