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.

diff --git a/install.html b/install.html index b80c5a8..4c9eda9 100644 --- a/install.html +++ b/install.html @@ -136,7 +136,7 @@

Download precompiled build

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.