Skip to content

Commit

Permalink
Update User-Agent for DNS to Chrome 128.0.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and john-preston committed Sep 30, 2024
1 parent d2f3d04 commit 91f5c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ QByteArray DnsUserAgent() {
static const auto kResult = QByteArray(
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
"AppleWebKit/537.36 (KHTML, like Gecko) "
"Chrome/126.0.0.0 Safari/537.36");
"Chrome/128.0.0.0 Safari/537.36");
return kResult;
}

Expand Down

0 comments on commit 91f5c72

Please sign in to comment.