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