Improve WebView spoofing (#3678)

- Spoof `Sec-CH-UA` client hints to match the user agent
- Fix `X-Requested-With` spoofing leaking to unrelated callers
- Update default user agent to Chrome 149
This commit is contained in:
AntsyLich
2026-08-02 20:05:21 +06:00
committed by GitHub
parent d7f3ceef5c
commit 55be95dd5d
11 changed files with 71 additions and 7 deletions
+1
View File
@@ -41,6 +41,7 @@ dependencies {
api(libs.kotlinx.serialization.jsonOkio)
api(libs.androidx.preference)
implementation(libs.androidx.webkit)
implementation(libs.jsoup)