mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-07-07 00:02:47 +08:00
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>
|