Skip to content

Commit

Permalink
Set Chrome Webstore to 85.0.4183.81
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Oct 10, 2020
1 parent 0188b21 commit 915d31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/url_request/url_request_http_job.cc
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ void URLRequestHttpJob::Start() {
}
else if (request_info_.url.host().find("chrome.google.com") != std::string::npos)
{
request_info_.extra_headers.SetHeader(HttpRequestHeaders::kUserAgent, "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Safari/537.36");
request_info_.extra_headers.SetHeader(HttpRequestHeaders::kUserAgent, "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.81 Safari/537.36");
}
else if (request_info_.url.host().find("news.google.com") != std::string::npos)
{
Expand Down

0 comments on commit 915d31d

Please sign in to comment.