How to resolve Content Security Policy (CSP) errors

16 May 20251 minute to read

Enabling the strict Content Security Policy (CSP) may cause the following issue with the Syncfusion Vue 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.