Policy Versioning

Csper will automatically index and track any policy it receives from the violation reports.

As of November 2021, Csper has moved to using query string parameters on the report-uri to track policy versions.

To keep policies in order, the report-uri's must be tagged with a version (e.g. ?v=1). When deploying a new policy, ensure that the version number is upgraded. Csper's recommendations and policy builder tools will automatically bump the version number for you.

default-src 'none';
script-src 'self' 'report-sample' https://www.google-analytics.com;
style-src 'self' https://cdn.bootstrap.com;
report-uri https://demo.endpoint.csper.io?v=1;