Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <network-security-config>
  3. <domain-config cleartextTrafficPermitted="true">
  4. <domain includeSubdomains="true">google.com</domain>
  5. <pin-set expiration="2020-01-01">
  6. <pin digest="SHA-256">MbZtXtN6X71CNe/UJzKFH0UGnPWGux5/zo5BRaJpkvI=</pin>
  7.  
  8. <pin digest="SHA-256">VALUE_I_WANT_TO_ADD</pin>
  9. </pin-set>
  10. </domain-config>
  11. </network-security-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement