Skip to content

Commit 084e5d0

Browse files
Remove version for digid.nl (#1357)
1 parent c18c3a6 commit 084e5d0

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
@@ -119,7 +119,8 @@ class UserAgentProvider constructor(private val defaultUserAgent: String, privat
119119

120120
val sitesThatOmitVersion = listOf(
121121
"ing.nl",
122-
"chase.com"
122+
"chase.com",
123+
"digid.nl"
123124
)
124125

125126
val sitesThatShouldUseDesktopAgent = listOf(

0 commit comments

Comments
 (0)