csp-reporter icon indicating copy to clipboard operation
csp-reporter copied to clipboard

Content Security Policy logs parser

Results 2 csp-reporter issues
Sort by recently updated
recently updated
newest added

The following CSP report is not parsed ``` { "csp-report": { "blocked-uri": "inline", "column-number": 1173, "disposition": "report", "document-uri": "http://localhost/no/lobby/", "effective-directive": "script-src-elem", "line-number": 4, "original-policy": "default-src 'self'; script-src 'nonce-73c466935e2aae0916c9b73b2c72b03f' 'strict-dynamic' 'sha256-tempUn1btibnrWwQxEk37lMGV1Nf8FO/GXxNhLEsPdg='...

Currently we use ReST as internal markup language. It will be better to migrate to Jinja2 templating engine

enhancement