fix: change default user agent
This commit is contained in:
parent
69fead70d1
commit
bfe4d69b8a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files
|
||||||
Pref(
|
Pref(
|
||||||
Location.General,
|
Location.General,
|
||||||
String::class,
|
String::class,
|
||||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:110.0) Gecko/20100101 Firefox/110.0"
|
"Mozilla/5.0 (Linux; Android 13; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Mobile Safari/537.36"
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
AnimeSourcesOrder(Pref(Location.General, List::class, listOf<String>())),
|
AnimeSourcesOrder(Pref(Location.General, List::class, listOf<String>())),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue