Try and disable csrf protection

This commit is contained in:
Jonny Barnes 2017-02-23 08:50:15 +00:00
parent 75f6ab5e26
commit c6228f5541

View file

@ -16,5 +16,6 @@ class VerifyCsrfToken extends BaseVerifier
'api/post',
'webmention',
'places/new',
'micropub'
];
}