CDN Error Mockups
CDN Error Mockups provides a block for creating realistic Cloudflare-style error screens. Use it in error page templates, maintenance pages, design previews, and lighthearted site experiences.
The block is independently developed and is not affiliated with, endorsed by, or connected to Cloudflare, Inc.
Features
- Customize the error title, HTTP error code, and explanatory messages.
- Configure Browser, Cloudflare, and Host labels and statuses independently.
- Choose which service is presented as the source of the error.
- Reveal the visitor’s IP address without calling an external service.
- Generate a new mock Ray ID and timestamp when the page loads.
- Preserve keyboard focus and announce the revealed IP to assistive technology.
- Adapt the three service statuses for desktop and narrow screens.
- Keep the block’s CSS isolated from the surrounding WordPress theme.
Usage
- Open a post, page, or template in the block editor.
- Add the CDN Error Mockup – Cloudflare block.
- Use the block settings sidebar to configure:
- The title and error code.
- The “What happened?” and “What can I do?” messages.
- Browser, Cloudflare, and Host names, locations, and status text.
- The service that should appear as the source of the error.
- Publish or preview the page.
The block works well in:
- 404 and other error templates.
- Maintenance and temporary outage pages.
- Theme and page-builder previews.
- Demo, educational, and humorous content.
IP address display and privacy
The IP address is requested only after a visitor selects Click to reveal. The request is sent to this plugin’s REST API endpoint on the same WordPress site. No external IP lookup service is contacted.
The endpoint checks CF-Connecting-IP, X-Forwarded-For, and REMOTE_ADDR.
Sites behind a CDN or reverse proxy should configure that proxy correctly,
because forwarded headers can otherwise be inaccurate or spoofed.
The displayed value is informational and should not be used for authentication
or authorization.
Source code
Human-readable JavaScript and SCSS source is available in the
src directory.
Compiled assets distributed with the plugin are stored in build.
Credits
The project is based on ideas and code from cloudflare-error-page by donlon, licensed under the MIT License. See THIRD_PARTY_LICENSES.md for details.
