Skip to content

Commit 620ecff

Browse files
authored
fix: issue while making request to any ipv4, etc from app (#1107)
* fix: network issue while making request to ipv4, etc
1 parent 88bfd7f commit 620ecff

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<network-security-config>
3-
<base-config cleartextTrafficPermitted="false">
3+
<base-config cleartextTrafficPermitted="true">
44
<trust-anchors>
55
<certificates src="system" />
66
</trust-anchors>
77
</base-config>
88

99
<domain-config cleartextTrafficPermitted="true">
10+
<domain includeSubdomains="true">*</domain>
1011
<domain includeSubdomains="true">localhost</domain>
1112
</domain-config>
1213
</network-security-config>
1314

14-
<!-- This file is used to allow the app to load http://localhost in in-app browser, used to run project. DO NOT remove-->
15+
<!-- This file is used to allow the app to load http://localhost in in-app browser, used to run project. DO NOT remove-->

0 commit comments

Comments
 (0)