Koha::REST::V1::CSPReports - Controller for Content-Security-Policy violation reports
This controller provides an endpoint to receive CSP violation reports from browsers. Reports are logged using Koha's logging system for analysis and debugging.
Receives a CSP violation report and logs it.
Browsers send CSP violations as JSON POST requests when a Content-Security-Policy is violated. This endpoint logs those reports for administrator review.