How to resolve Content Security Policy (CSP) errors

29 Jul 20231 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.