

Block placed in a 404 page template.
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.
The block works well in:
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.
Human-readable JavaScript and SCSS source is available in the
src directory.
Compiled assets distributed with the plugin are stored in build.
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.