handler: default base csrf_ignore() to false

master
Andrew Dolgov 4 years ago
parent 0a142912d3
commit 0706a328a4

@ -9,7 +9,7 @@ class Handler implements IHandler {
} }
function csrf_ignore($method) { function csrf_ignore($method) {
return true; return false;
} }
function before($method) { function before($method) {
@ -20,4 +20,4 @@ class Handler implements IHandler {
return true; return true;
} }
} }

Loading…
Cancel
Save