manager: remove http that was introduced before

This commit is contained in:
weishu 2024-02-23 18:49:10 +08:00
parent 3f86fb016d
commit 33c0a9eebd
2 changed files with 0 additions and 7 deletions

View File

@ -14,7 +14,6 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.KernelSU"
android:usesCleartextTraffic="true"
tools:targetApi="33">
<activity
android:name=".ui.MainActivity"

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">127.0.0.1</domain>
</domain-config>
</network-security-config>