Skip to content

Commit

Permalink
Update User-Agent for DNS to Chrome 114.0.5735.133.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and john-preston committed Jul 10, 2023
1 parent 8bd9293 commit 23778be
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/113.0.5672.63 Safari/537.36");
"Chrome/114.0.5735.133 Safari/537.36");
return kResult;
}

Expand Down

0 comments on commit 23778be

Please sign in to comment.