mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-25 15:16:01 +00:00
11 lines
No EOL
389 B
XML
11 lines
No EOL
389 B
XML
<network-security-config>
|
|
<debug-overrides>
|
|
<trust-anchors>
|
|
<!-- Trust user added CAs while debuggable only -->
|
|
<certificates src="user" />
|
|
</trust-anchors>
|
|
</debug-overrides>
|
|
<domain-config cleartextTrafficPermitted="true">
|
|
<domain includeSubdomains="true">192.168.178.52</domain>
|
|
</domain-config>
|
|
</network-security-config> |