"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7689/android/app/src/main/res/xml/network_security_config.xml" (5 Dec 2023, 409 Bytes) of package /linux/misc/jitsi-meet-7689.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <network-security-config> 
    2    <base-config> 
    3       <trust-anchors> 
    4          <certificates src="system" /> 
    5          <certificates src="user" /> 
    6       </trust-anchors> 
    7    </base-config> 
    8    <domain-config cleartextTrafficPermitted="true"> 
    9       <domain includeSubdomains="false">localhost</domain> 
   10       <domain includeSubdomains="false">10.0.2.2</domain> 
   11    </domain-config> 
   12 </network-security-config>