File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments