fix(fr/scanmanga): Update to the latest stable chrome wv UA (#10550)

Update to the latest stable chrome webview.
This commit is contained in:
Romain 2025-09-16 03:32:52 +02:00 committed by Draff
parent c25f0e4c0f
commit b9c1a7afca
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Scan-Manga'
extClass = '.ScanManga'
extVersionCode = 11
extVersionCode = 12
isNsfw = true
}

View File

@ -32,7 +32,7 @@ class ScanManga : HttpSource() {
override fun headersBuilder(): Headers.Builder = super.headersBuilder()
.add("Accept-Language", "fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7")
.set("User-Agent", "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36")
.set("User-Agent", "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36")
// Popular
override fun popularMangaRequest(page: Int): Request {