CSP reporting endpoint for Network Pro Strategies.
This Netlify Function accepts POST
requests at:
https://csp.netwk.pro/.netlify/functions/csp-report
Captures and filters Content Security Policy (CSP) violation reports. It supports:
- High-risk violation detection
- Deduplicated alerting via ntfy
- Basic filtering of low-value noise (e.g., browser extensions, eval, image loads)
This project is intended for deployment via Netlify.
netlify deploy --prod
Licensed under CC-BY-4.0 OR GPL-3.0-or-later