CSP(content-security-policy) format in config.xml is not allowed

Good day,

I seem to have the right configurations that are required for my hosted application,

my config.xml is :

<?xml version="1.0" encoding="UTF-8"?> default-src 'self' default-src 'self' blob: data: 'unsafe-inline' 'unsafe-eval' * App Streaming

when I try to submit the app I get the attached error,

CSP := /widget/tizen:content-security-policy/text() OR “default-src *; script-src ‘self’; style-src ‘self’; object-src ‘none’;” CSP(content-security-policy) format in config.xml is not allowed.

what could be the problem?

Hello,

For Smart TV questions, please login to Seller Office TV (Seller2.0) and Ask Question in the 1:1 Q&A section

Thank you

removing default-src ‘self’ default-src ‘self’ blob: data: ‘unsafe-inline’ ‘unsafe-eval’ * and replacing with just * sorted this issue out for me…

Thanks