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 Streamingwhen 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?