mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-28 01:27:10 +00:00
experimental CSRF protection
This commit is contained in:
@@ -8,6 +8,10 @@ class Handler {
|
||||
$this->args = $args;
|
||||
}
|
||||
|
||||
function csrf_ignore($method) {
|
||||
return true;
|
||||
}
|
||||
|
||||
function before() {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user