Skip to content

Commit 6aff35b

Browse files
fix: allow all http urls
1 parent 08085e3 commit 6aff35b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

res/android/xml/network_security_config.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@
55
<certificates src="system" />
66
</trust-anchors>
77
</base-config>
8-
9-
<domain-config cleartextTrafficPermitted="true">
10-
<domain includeSubdomains="true">*</domain>
11-
<domain includeSubdomains="true">localhost</domain>
12-
</domain-config>
13-
</network-security-config>
14-
15-
<!-- This file is used to allow the app to load http://localhost in in-app browser, used to run project. DO NOT remove-->
8+
</network-security-config>

0 commit comments

Comments
 (0)