You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Configure CookieChimp to work with Content Security Policy using nonce attributes."
4
+
icon: "shield"
5
+
---
6
+
7
+
If your website uses Content Security Policy (CSP) with a `nonce` attribute, you can configure CookieChimp to work with it by adding a nonce to our script tag.
8
+
9
+
## How it Works
10
+
11
+
1. Add a `nonce` attribute to the CookieChimp script tag with your server-generated nonce value.
12
+
2. CookieChimp will automatically detect the nonce and apply it to all dynamically created CSS and JavaScript elements.
13
+
3. This ensures all our resources comply with your CSP policy.
0 commit comments