Analyze your browser's capabilities, configuration, and fingerprint.
Test for potential privacy leaks and security configurations.
Handy utilities for developers.
Generators, converters, and testers.
Test network connectivity and protocols.
Test the browser Reporting API with proper HTTP headers. The Reporting API requires server-sent headers (not meta tags) to work correctly with Chrome DevTools.
Reporting-Endpoints: csp-endpoint="https://your-endpoint.com/report" Content-Security-Policy: default-src 'self'; report-to csp-endpoint
Note: report-uri and Report-To headers via meta tags are ignored by browsers.
To use your own reporting endpoint, edit the public/_headers file and update the Reporting-Endpoints URL. Use services like Webhook.site to receive reports.