Skip to content

Commit beaafc3

Browse files
committed
[Rules] Update error page types
1 parent aa1cc2c commit beaafc3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/content/docs/rules/custom-errors/edit-error-pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Before defining a custom error page in your Cloudflare account, you will need to
1313

1414
When designing your custom error page, you can include page-specific [custom error tokens](/rules/custom-errors/reference/error-tokens/). Each custom error token provides diagnostic information that appears on the error page.
1515

16-
To display a custom page for each error, create a separate page per error. For example, to create a custom error page for both **IP/Country Block** and **Interactive Challenge**, you must design and publish two separate pages.
16+
To display a custom page for each error, create a separate page per error. For example, to create a custom error page for both **IP/Country Block** and **WAF block**, you must design and publish two separate pages.
1717

1818
:::note[Notes]
1919

src/content/docs/rules/custom-errors/reference/error-page-types.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ sidebar:
1414
| 1000 class errors | 1000 class error pages are displayed when a domain’s configuration, security settings, or origin setup prevents Cloudflare from completing a request. For more information, refer to [Cloudflare 1XXX errors](/support/troubleshooting/http-status-codes/cloudflare-1xxx-errors/). |
1515
| Managed challenge / I'm Under Attack Mode | Presents different types of challenges to a visitor depending on the nature of their request and your security settings. This page returns a `403` status code. For more information, refer to [Under Attack mode](/fundamentals/reference/under-attack-mode/). |
1616
| Rate limiting block | Displayed to visitors when they have been blocked by a [rate limiting rule](/waf/rate-limiting-rules/). This page returns a `429` status code. |
17+
18+
The following error page types will only be shown in the Cloudflare dashboard if you have customized their error pages in the past:
19+
20+
- Interactive Challenge
21+
- JavaScript Challenge
22+
23+
These types of challenges are no longer recommended. Refer to [Challenge pages](/cloudflare-challenges/challenge-types/challenge-pages/) for more information.

0 commit comments

Comments
 (0)