Temporarily disabling CSRF until we can figure out what parts need to stay from CI3 and what needs to be stripped out.

This commit is contained in:
objecttothis
2023-02-02 15:05:22 +04:00
committed by Steve Ireland
parent 832e36e379
commit 925691e78e

View File

@@ -30,7 +30,7 @@ class Filters extends BaseConfig
public array $globals = [
'before' => [
'honeypot',
'csrf' => ['except' => 'login'],
//'csrf' => ['except' => 'login'], //TODO: Temporarily disable CSRF until we get everything sorted.
'invalidchars',
],
'after' => [