Browse Source

Enable cleartext traffic for sciweavers.org (for Tex images)

pull/70/head
Ezerous 5 years ago
parent
commit
a12bc8d7be
  1. 1
      app/src/main/res/xml/network_security_config.xml

1
app/src/main/res/xml/network_security_config.xml

@ -3,5 +3,6 @@
<!-- This is needed because some sections of thmmy.gr are responding with cleartext traffic -->
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">www.thmmy.gr</domain>
<domain includeSubdomains="true">www.sciweavers.org</domain>
</domain-config>
</network-security-config>

Loading…
Cancel
Save