Skip to content

Commit a8ba8af

Browse files
authored
Add ua application exclusion for tirerack to allow mobile site detection (#892)
1 parent 92b9851 commit a8ba8af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/com/duckduckgo/app/browser/useragent/UserAgentProvider.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ class UserAgentProvider constructor(private val defaultUserAgent: String, privat
9696

9797
val sitesThatOmitApplication = listOf(
9898
"cvs.com",
99-
"chase.com"
99+
"chase.com",
100+
"tirerack.com"
100101
)
101102

102103
val sitesThatOmitVersion = listOf(

0 commit comments

Comments
 (0)