diff --git a/configuration/security.html b/configuration/security.html index e91cacf..7799349 100644 --- a/configuration/security.html +++ b/configuration/security.html @@ -133,21 +133,21 @@
Simple security service is included in the script by default. This service provides:
'Filegator\Services\Security\Security' => [
'handler' => '\Filegator\Services\Security\Security',
'config' => [
'csrf_protection' => true,
- 'ip_whitelist' => [],
- 'ip_blacklist' => [
+ 'ip_allowlist' => [],
+ 'ip_denylist' => [
'172.16.1.2',
'172.16.3.4',
],
],
],
-If you set ip_whitelist
then only users coming from listed IP addresses will be able to use the script.
If you set ip_allowlist
then only users coming from listed IP addresses will be able to use the script.
Precompiled build is created for non-developers. In this version, the frontend (html, css and javascript) is compiled for you and the source code is removed so the final archive contains only minimum files.
filegator/repository/
and filegator/private/
foldersfilegator/dist/
directory. This is also known as 'public' folder