Summary
Currently, we only allow users to create, store, and deploy content security policies. We don't provide any capabilities to help them ensure that the policies are correctly deployed and remain correct throughout their entire lifespan.
There are several common issues with CSP that we can potentially check for: non-unique nonces, deprecated directives, unexpected changes in the deployed policy, or unintentionally removed policies. Here's how we can display this information in the Secutils.dev UI:
Prerequisites