Update User-Agent for DNS to Chrome 107.0.5304.110.

This commit is contained in:
GitHub Action 2022-12-01 00:27:16 +00:00 committed by John Preston
parent 9328f31a65
commit 0e6b333bde

View file

@ -65,7 +65,7 @@ QByteArray DnsUserAgent() {
static const auto kResult = QByteArray( static const auto kResult = QByteArray(
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) " "Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
"AppleWebKit/537.36 (KHTML, like Gecko) " "AppleWebKit/537.36 (KHTML, like Gecko) "
"Chrome/106.0.5249.119 Safari/537.36"); "Chrome/107.0.5304.110 Safari/537.36");
return kResult; return kResult;
} }