chrome_input.json 374 B

1234567891011
  1. {
  2. "csp-report": {
  3. "document-uri": "http://localhost:8000/",
  4. "referrer": "",
  5. "violated-directive": "style-src cdn.example.com",
  6. "effective-directive": "style-src",
  7. "original-policy": "default-src 'none'; style-src cdn.example.com; report-uri http://requestb.in/1im8m061",
  8. "blocked-uri": "http://localhost:8000/lol.css",
  9. "status-code": 200
  10. }
  11. }