Skip to content

Commit 8f65a7a

Browse files
actions-userjohn-preston
authored andcommitted
Update User-Agent for DNS to Chrome 139.0.0.0.
1 parent c78262b commit 8f65a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram/SourceFiles/mtproto/details/mtproto_domain_resolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ QByteArray DnsUserAgent() {
6565
static const auto kResult = QByteArray(
6666
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
6767
"AppleWebKit/537.36 (KHTML, like Gecko) "
68-
"Chrome/138.0.0.0 Safari/537.36");
68+
"Chrome/139.0.0.0 Safari/537.36");
6969
return kResult;
7070
}
7171

0 commit comments

Comments
 (0)