Skip to content

Instantly share code, notes, and snippets.

@chelseatroy
Created May 31, 2020 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chelseatroy/fa30893d1b56117ece3f9e62426c8fff to your computer and use it in GitHub Desktop.
Save chelseatroy/fa30893d1b56117ece3f9e62426c8fff to your computer and use it in GitHub Desktop.
Adding Network Security Config
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true">
<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