From 62a31b3dc295edb40d0641441d57d0fdf5ffceaf Mon Sep 17 00:00:00 2001 From: heinu <118418714+heinu123@users.noreply.github.com> Date: Sun, 25 Feb 2024 18:21:52 +0800 Subject: [PATCH] manager: Allow http for more localhost (#1385) --- manager/app/src/main/res/xml/network_security_config.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manager/app/src/main/res/xml/network_security_config.xml b/manager/app/src/main/res/xml/network_security_config.xml index 85285232..6dd26ccf 100644 --- a/manager/app/src/main/res/xml/network_security_config.xml +++ b/manager/app/src/main/res/xml/network_security_config.xml @@ -2,5 +2,7 @@ 127.0.0.1 + 0.0.0.0 + ::1 - \ No newline at end of file +