Reporting API
WordPress plugin for receiving browser reports via a Reporting API endpoint.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2529 days ago
Is Reporting API abandoned?
Possibly abandoned (last update 2529 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
As noted on the Google Developers blog:
The Reporting API defines a new HTTP header,
Report-To, that gives web developers a way to specify server endpoints for the browser to send warnings and errors to. Browser-generated warnings like CSP violations, Feature Policy violations, deprecations, browser interventions, and network errors are some of the things that can be collected using the Reporting API.
This plugin provides a storage mechanism and endpoint for browser reports according to the Reporting API spec in WordPress, as well as an admin interface for browsing these reports. It also provides an API for sending the Report-To response headers.
As the Reporting API specification is still evolving and at an early stage, the plugin reflects that and is currently an experimental prototype, to demonstrate how Reporting API can be used in WordPress.
Did you know?
There is also a new specification called Feature Policy which will integrate with the Reporting API specification. There is a WordPress plugin for Feature Policy as well.
Installation
- Upload the entire
reporting-apifolder to the/wp-content/plugins/directory or download it through the WordPress backend. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Frequently Asked Questions
Which browsers support the Reporting API specification?
The Reporting API standard is quite bleeding-edge, so support is currently still limited. The only browser supporting it at the moment is Chrome.
Where should I submit my support request?
Note that this is an experimental plugin, so support is limited and volunteer-driven. For regular support requests, please use the wordpress.org support forums. If you have a technical issue with the plugin where you already have more insight on how to fix it, you can also open an issue on Github instead.
How can I contribute to the plugin?
If you have some ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the Github repository for the plugin. Please stick to the contributing guidelines.
You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.
Review feed
Changelog
0.1.1
- Add polyfill to support report requests using the old
application/csp-reportspecification, parsing it into a properapplication/reports+jsonformat. - Ensure the usage of
Content-Security-Policy-Report-Onlyheader does not cause side effects. - Prime report log data caches for report queries to significantly reduce number of SQL requests when querying multiple reports.
0.1.0
- Initial release


