Skip to content

Commit 0c80341

Browse files
pedrosousasdnts
authored andcommitted
[Logs] Update block action description (cloudflare#22696)
1 parent 35754da commit 0c80341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/logs/reference/security-fields.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Security fields contain rules to block requests that contain specific types
1616
| -------------------------------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
1717
| `unknown` | Unknown | Take no other action. |
1818
| `allow` | Allow | Bypass all subsequent rules. |
19-
| `block` | Drop | Block with an HTTP 403 response. |
19+
| `block` | Drop | Block with an HTTP status code of 403, 429, or any other 4XX status code. |
2020
| `challenge` | Challenge Drop | Issue an interactive challenge. |
2121
| `jschallenge` | Challenge Drop | Issue a JS challenge. |
2222
| `log` | Log | Take no action other than logging the event. |

0 commit comments

Comments
 (0)