Use networkSecurityConfig on Extension?

How write xml on extension ?

     <network-security-config>
            <domain-config cleartextTrafficPermitted="false">
                <domain includeSubdomains="true">mysite.net</domain>
            </domain-config>
        </network-security-config>

Is any anotation to use it ?

i see @UsesApplicationMetadata and i think not for this case :thinking:

regards,
kangris

This is not possible with extension, instead, if you are using appinventor localhost, you can modify Compiler.java file''

It is located here :