Having trouble getting help?
Contact Support
Contact Support
How to resolve Content Security Policy (CSP) errors
26 Mar 20251 minute to read
Enabling the strict Content Security Policy (CSP) may cause the following issue with the Syncfusion React components in your application.
Image loading
Syncfusion license banner utilize the image from base64, which is not allowed on strict CSP-enabled sites. To overcome this restriction, it is necessary to add the img-src data:
directive in the meta tag or consider registering the license key.