pub(crate) trait CspViolationsProcessor { // Required method fn process_csp_violations( &self, cx: &mut JSContext, violations: Vec<Violation>, ); }