We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63c114 commit 5dabfe9Copy full SHA for 5dabfe9
BrowserKit/Sources/Shared/UserAgent.swift
@@ -48,9 +48,7 @@ open class UserAgent {
48
}
49
50
public static func desktopUserAgent() -> String {
51
- // swiftlint:disable line_length
52
- return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15"
53
- // swiftlint:enable line_length
+ return UserAgentBuilder.defaultDesktopUserAgent().userAgent()
54
55
56
public static func mobileUserAgent() -> String {
0 commit comments