Skip to content

Commit

Permalink
Update User-Agent for DNS to Chrome 129.0.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and john-preston committed Oct 1, 2024
1 parent 5743886 commit 1ee53ee
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/128.0.0.0 Safari/537.36");
"Chrome/129.0.0.0 Safari/537.36");
return kResult;
}

Expand Down

0 comments on commit 1ee53ee

Please sign in to comment.