Update User-Agent for DNS to Chrome 92.0.4515.107.

This commit is contained in:
GitHub Action 2021-08-01 00:11:01 +00:00 committed by John Preston
parent dcf86f55af
commit bae6a29326
1 changed files with 1 additions and 1 deletions

View File

@ -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/91.0.4472.114 Safari/537.36");
"Chrome/92.0.4515.107 Safari/537.36");
return kResult;
}