Clean up X-Requested-With change
This only really affects the initial request, subsequent requests may still use the package name.
This commit is contained in:
@@ -11,6 +11,8 @@ object WebViewUtil {
|
||||
Regex(""".*Chrome/(\d+)\..*""")
|
||||
}
|
||||
|
||||
const val REQUESTED_WITH = "com.android.browser"
|
||||
|
||||
const val MINIMUM_WEBVIEW_VERSION = 80
|
||||
|
||||
fun supportsWebView(context: Context): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user