mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
9d6005af29
- fix: fix broken e2e tests on Android 8+
10 lines
419 B
XML
10 lines
419 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<network-security-config>
|
|
<domain-config cleartextTrafficPermitted="true">
|
|
<domain includeSubdomains="true">localhost</domain>
|
|
<domain includeSubdomains="true">httpbin.org</domain>
|
|
<domain includeSubdomains="true">httpbingo.org</domain>
|
|
<domain includeSubdomains="true">www.columbia.edu</domain>
|
|
</domain-config>
|
|
</network-security-config>
|