See every HTTP response header for any URL. Includes security header grading (A+ through F), missing header detection, and categorization into security, caching, and general headers. Like SecurityHeaders.com, but with more context.
Forces all connections to use HTTPS. Without it, users can be downgraded to insecure HTTP.
Controls which resources browsers can load. Prevents XSS attacks by blocking unauthorized scripts.
Prevents your page from being embedded in iframes on other domains. Blocks clickjacking attacks.
Prevents browsers from MIME-type sniffing. Set to 'nosniff' to avoid content interpretation attacks.
Controls what URL information is sent when users click links to external sites. Prevents data leakage.
Controls which browser features (camera, microphone, geolocation) your site can access.
Isolates your browsing context from cross-origin documents. Part of Spectre mitigation.
Controls which origins can load your resources. Prevents cross-origin data leaks.
Requires all resources to explicitly grant permission to be loaded. Works with COOP for isolation.
Legacy XSS filter (mostly superseded by CSP). Still checked for older browser compatibility.
The includes header checking as part of the SSL module, plus 7 other categories.
Run