mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 18:45:07 +01:00
Allow cleartext traffic
Certain catalogues (e.g. Mangakakalot) do not use HTTPS
This commit is contained in:
parent
ff8e3f0af4
commit
ad2ecd538d
@ -17,6 +17,7 @@
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:hardwareAccelerated="true"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:label="@string/app_name"
|
||||
|
Loading…
Reference in New Issue
Block a user