|
|
|
|
@ -352,6 +352,19 @@ $CONFIG = [
|
|
|
|
|
*/
|
|
|
|
|
'auth.bruteforce.protection.enabled' => true,
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Whether the bruteforce protection shipped with Nextcloud should be set to testing mode.
|
|
|
|
|
*
|
|
|
|
|
* In testing mode bruteforce attempts are still recorded, but the requests do
|
|
|
|
|
* not sleep/wait for the specified time. They will still abort with
|
|
|
|
|
* "429 Too Many Requests" when the maximum delay is reached.
|
|
|
|
|
* Enabling this is discouraged for security reasons
|
|
|
|
|
* and should only be done for debugging and on CI when running tests.
|
|
|
|
|
*
|
|
|
|
|
* Defaults to ``false``
|
|
|
|
|
*/
|
|
|
|
|
'auth.bruteforce.protection.testing' => false,
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Whether the rate limit protection shipped with Nextcloud should be enabled or not.
|
|
|
|
|
*
|
|
|
|
|
|