Content Security Protocol (CSP) support

Modern websites increasingly adopt strict Content Security Policies. In particular, configurations based on nonce, where dynamically executed scripts are allowed only when they carry a valid nonce attribute.

Our solution works with a fully strict, nonce-based policy such as:

Content-Security-Policy:
	script-src 'nonce-{RANDOM}' 'strict-dynamic';
    object-src 'none';
    base-uri 'none';

image-1765459524276.png

How to integrate Clickio Consent with Nonce-Based Strict CSP

To enable full compatibility, simply add a unique nonce="<value>" attribute to:

1. The Clickio Consent script tag

2. Any default Consent Mode configuration script (if used)