Update user agent

This commit is contained in:
Jays2Kings 2022-09-03 17:05:54 -04:00
parent 3e823d61dc
commit 39a4b98d71

View file

@ -67,6 +67,6 @@ class NetworkHelper(val context: Context) {
}
companion object {
val DEFAULT_USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0"
val DEFAULT_USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0"
}
}