Skip to content

Commit 70641e1

Browse files
committed
hide paranoid mode as it is wip
1 parent 4229009 commit 70641e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/admin/settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ function adminSettings()
5050
<li><strong>Bouncing disabled</strong>: No ban or Captcha display to users. The road is free, even for attackers.</li>
5151
<li><strong>Flex bouncing</strong>: Display Captcha only, even if CrowdSec advises to ban the IP.</li>
5252
<li><strong>Normal bouncing</strong>: Follow CrowdSec advice (Ban or Captcha).</li>
53-
<li><strong>Paranoid mode</strong>: Ban IPs when there are in the CrowdSec database, even if CrowdSec advises to display a Captcha.</li>
53+
<!--<li><strong>Paranoid mode</strong>: Ban IPs when there are in the CrowdSec database, even if CrowdSec advises to display a Captcha.</li>-->
5454
</ul>
5555
</p>', [
5656
CROWDSEC_BOUNCING_LEVEL_DISABLED => '🚫 Bouncing disabled',
5757
CROWDSEC_BOUNCING_LEVEL_FLEX => '😎 Flex bouncing',
5858
CROWDSEC_BOUNCING_LEVEL_NORMAL => '🛡️ Normal bouncing',
59-
CROWDSEC_BOUNCING_LEVEL_PARANOID => '🕵️ Paranoid mode',
59+
//CROWDSEC_BOUNCING_LEVEL_PARANOID => '🕵️ Paranoid mode',
6060
]);
6161

6262

0 commit comments

Comments
 (0)