INTEGRITY Documentation

Deploy content security rules in production

Follow the practices on this page when deploying or updating content security rules in a production environment. Applying rule changes without a validation period can block legitimate resources and disrupt your application for end users.

Update rules safely

When updating content security rules in production, avoid the following:

Instead, follow these practices:

Pre-enforcement checklist

Complete the following checklist before switching a content security rule from Log to Allow:

Rollback a rule change

If a rule change causes unexpected violations or blocks legitimate resources:

  1. Switch the rule action back to Log to stop blocking resources immediately.
  2. Review the rule violations to identify which resources were blocked.
  3. Update the rule to include any missing resources.
  4. Repeat the validation process before switching back to Allow (blocks resources not present in the allowlist).