mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-28 05:51:28 +00:00
disable authentication requirement for op=digestSend
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
print_error_xml(9, $err_msg); die;
|
||||
}
|
||||
|
||||
if ((!$op || $op == "rpc" || $op == "rss" ||
|
||||
if ((!$op || $op == "rpc" || $op == "rss" || $op == "digestSend"
|
||||
$op == "globalUpdateFeeds") && !$_REQUEST["noxml"]) {
|
||||
header("Content-Type: application/xml");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user