Update User-Agent

PR #20801.
This commit is contained in:
cayenne17
2024-05-10 20:47:55 +02:00
committed by GitHub
parent 2b728b3bc0
commit 21a4ab6bac
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ using namespace std::chrono_literals;
namespace
{
// Disguise as Firefox to avoid web server banning
const char DEFAULT_USER_AGENT[] = "Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0";
const char DEFAULT_USER_AGENT[] = "Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0";
}
class Net::DownloadManager::NetworkCookieJar final : public QNetworkCookieJar