Skip to content

Commit dbf5862

Browse files
authored
[Rules] Clarify custom error page size limit (#27083)
1 parent d1404f6 commit dbf5862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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
@@ -32,7 +32,7 @@ To display a custom page for each error, create a separate page per error. For e
3232

3333
:::note[Notes]
3434

35-
- Your custom error page should include a page-specific custom error token if applicable and cannot exceed 1.5 MB. Also, it must include HTML `<head>` and `</head>` tags.
35+
- Your custom error page should include a page-specific custom error token if applicable and cannot exceed 1.5 MB (1,500,000 bytes). Also, it must include HTML `<head>` and `</head>` tags.
3636
- Make sure that the `referrer` meta tag is not present in your custom error page's HTML code since it will disrupt [Cloudflare challenges](/cloudflare-challenges/): `<meta name="referrer" (...) />`
3737

3838
:::

0 commit comments

Comments
 (0)