mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 16:31:28 +00:00
handler: default base csrf_ignore() to false
This commit is contained in:
@@ -9,7 +9,7 @@ class Handler implements IHandler {
|
||||
}
|
||||
|
||||
function csrf_ignore($method) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
function before($method) {
|
||||
|
||||
Reference in New Issue
Block a user