mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-12 02:48:48 -04:00
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:
committed by
Steve Ireland
parent
832e36e379
commit
925691e78e
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user