Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/content/docs/logs/reference/security-fields.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Security fields contain rules to block requests that contain specific types
| -------------------------------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `unknown` | Unknown | Take no other action. |
| `allow` | Allow | Bypass all subsequent rules. |
| `block` | Drop | Block with an HTTP 403 response. |
| `block` | Drop | Block with an HTTP status code of 403, 429, or any other 4XX status code. |
| `challenge` | Challenge Drop | Issue an interactive challenge. |
| `jschallenge` | Challenge Drop | Issue a JS challenge. |
| `log` | Log | Take no action other than logging the event. |
Expand Down