Languages

Menu
Sites
Language
Widget configuration

What is the required fields for config.xml, namely widget configuration? 

I see there are License, License URL, Content Security Policy, Content Security Policy report only, etc. My app will access user's location info and access internet, but we don't send any user data to server or any other place. All the data is local. Are we obligated to specify those fields?

Responses

3 Replies
Lakshmi Grandhi

If your application doesn't have any license or doesn't require any security policies, then no need to specify these fields it will consider default values. There is restuction in accessing internet, you need to provide the network url your app will access in "access origin".

Imgen Tata

Now I set internet access to * and allow subdomain, but actually, my app only access a few sites, but it's still developing, so probably in the future, it will access other websites, so I I set to * to make my life easier

Alexander AVSukhov