Override X-Requested-With header value in WebView requests (closes #6781)

This commit is contained in:
arkon
2022-04-02 10:49:42 -04:00
parent 041a6dd919
commit 996f770935
4 changed files with 19 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import android.webkit.WebView
import logcat.LogPriority
object WebViewUtil {
const val REQUESTED_WITH = "com.android.browser"
const val SPOOF_PACKAGE_NAME = "com.android.chrome"
const val MINIMUM_WEBVIEW_VERSION = 95