fix(security): usesCleartextTraffic移除 + 域名白名单 + JSONObject解析

- AndroidManifest: 移除 usesCleartextTraffic=true
- downloadFile: 增加 ALLOWED_HOSTS 白名单(git.childish-ghost.com/github.com)
- manifest解析: indexOf/substring → org.json.JSONObject
This commit is contained in:
LukeMackin
2026-07-19 15:52:56 +08:00
parent fcc51f4356
commit 3244876c8c
2 changed files with 12 additions and 10 deletions

View File

@@ -8,7 +8,6 @@
android:label="Yuzu GCA v0.1.0"
android:allowBackup="false"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/Theme.AppCompat.DayNight">
<activity