Skip to content

Commit

Permalink
Jelly: Update desktop UA to the latest Linux google-chrome-stable
Browse files Browse the repository at this point in the history
Change-Id: I4994c45f060fbb4d6952c1898e9840ce322724e2
  • Loading branch information
SaeedDev94 authored and luk1337 committed Dec 24, 2024
1 parent 5e314df commit ab14dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class WebViewExt @JvmOverloads constructor(
private const val TAG = "WebViewExt"
private const val DESKTOP_DEVICE = "X11; Linux x86_64"
private const val DESKTOP_USER_AGENT_FALLBACK =
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2049.0 Safari/537.36"
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
private const val HEADER_DNT = "DNT"
}
}

0 comments on commit ab14dab

Please sign in to comment.