Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions crowdsec-docs/unversioned/bouncers/wordpress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ Here, you can choose to use `cURL` requests instead. Beware that in this case, y

By default, the maximum allowed time to perform a Local API request is 120 seconds. You can change this setting here. If you set a negative value, request timeout will be unlimited.

<img src={useBaseUrl('/img/bouncer/wordpress/screenshots/config-bouncing.jpg')} alt="Connection details" title="Connection details" />
<img src={useBaseUrl('/img/bouncer/wordpress/screenshots/config-bouncing.png')} alt="Connection details"
title="Connection details" />

***

Expand All @@ -191,9 +192,13 @@ With the `Flex mode`, it is impossible to accidentally block access to your site

`Bouncing → Public website only`

If enabled, the admin view is not bounced.
If enabled, Admin related requests are not protected.

This is not recommended in production.
**Important notes**:
We recommend to leave this setting to OFF in order to apply protection to your WordPress admin:

- WordPress admin is a frequent target of cyber attacks.
- Also, some critical public endpoints are considered "admin" and would be unprotected If this setting was ON.

***

Expand Down
Loading