Skip to content

Instantly share code, notes, and snippets.

@tugceaktepe
Created June 15, 2023 20:30
Show Gist options
  • Save tugceaktepe/4cf9d7223fedb0e2ab87cc6ef7e96d33 to your computer and use it in GitHub Desktop.
Save tugceaktepe/4cf9d7223fedb0e2ab87cc6ef7e96d33 to your computer and use it in GitHub Desktop.
Network security config xml file
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="@string/clear_text_config">
<trust-anchors>
<certificates src="system" />
</trust-anchors>
</base-config>
</network-security-config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment