We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c31641 commit 5d826e0Copy full SHA for 5d826e0
admin_manual/configuration_server/config_sample_php_parameters.rst
@@ -848,6 +848,21 @@ Disabling this is discouraged for security reasons.
848
849
Defaults to ``true``
850
851
+security.ipv6_normalized_subnet_size
852
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
853
+
854
855
+::
856
857
+ 'security.ipv6_normalized_subnet_size' => 56,
858
859
+Size of subnet used to normalize IPv6
860
861
+For Brute Force Protection and Rate Limiting, IPv6 are truncated using subnet size.
862
+It defaults to /56 but you can set it between /32 and /64
863
864
+Defaults to ``56``
865
866
auth.webauthn.enabled
867
^^^^^^^^^^^^^^^^^^^^^
868
0 commit comments