mirror of
https://github.com/filegator/filegator.git
synced 2025-08-10 23:44:01 +02:00
csrf token key config option added
This commit is contained in:
@@ -66,6 +66,7 @@ return [
|
||||
'handler' => '\Filegator\Services\Security\Security',
|
||||
'config' => [
|
||||
'csrf_protection' => true,
|
||||
'csrf_key' => "123456", // randomize this
|
||||
'ip_allowlist' => [],
|
||||
'ip_denylist' => [],
|
||||
],
|
||||
|
Reference in New Issue
Block a user