Remove last mentions of report processing
Closed this issue · 0 comments
edmorley commented
There are a few places that still imply the report processing feature exists, even though it was removed in #30.
and a CSP report processing facility to Django.
If you are not using the built in report processor
It may also be worth mentioning on the "CSP Violation Reports" docs page that you'll now need to set up some other service for capturing the reports (and perhaps a link to https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Using_CSP_violation_reports), if only since old blog posts about django-csp still mention the report processing feature, so this would make it much clearer.
I'll try to open a PR for this if I get a moment :-)