Skip to content

Commit

Permalink
Update User-Agent for DNS to Chrome 118.0.5993.117.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and john-preston committed Nov 4, 2023
1 parent 98f3fa7 commit 1851b6f
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/116.0.5845.96 Safari/537.36");
"Chrome/118.0.5993.117 Safari/537.36");
return kResult;
}

Expand Down

0 comments on commit 1851b6f

Please sign in to comment.