Skip to content

Commit 2d52645

Browse files
authored
fix: early_blocking typo (#290)
* fix: `early_blocking` typo * fix typo
1 parent 7132eb9 commit 2d52645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/2-how-crs-works/2-1-anomaly_scoring

content/2-how-crs-works/2-1-anomaly_scoring/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ If early blocking is not enabled, there's a chance that the web server will inte
212212

213213
#### Enabling the Early Blocking Option
214214

215-
If using a native CRS installation on a web application firewall, the early blocking option can be enabled in the file `crs-setup.conf`. This is done by uncommenting rule 900120, which sets the variable `tx.blocking_early` to 1 in order to enable early blocking. CRS otherwise gives this variable a default value of 0, meaning that early blocking is disabled by default.
215+
If using a native CRS installation on a web application firewall, the early blocking option can be enabled in the file `crs-setup.conf`. This is done by uncommenting rule 900120, which sets the variable `tx.early_blocking` to 1 in order to enable early blocking. CRS otherwise gives this variable a default value of 0, meaning that early blocking is disabled by default.
216216

217217
```apache
218218
SecAction \
@@ -221,7 +221,7 @@ SecAction \
221221
nolog,\
222222
pass,\
223223
t:none,\
224-
setvar:tx.blocking_early=1"
224+
setvar:tx.early_blocking=1"
225225
```
226226

227227
If running CRS where it has been integrated into a commercial product or CDN then support for the early blocking option varies. Some vendors may allow it to be enabled through the GUI, through a custom rule, or they might not allow it to be enabled at all.

0 commit comments

Comments
 (0)