Update user agent string

This commit is contained in:
Chocobo1
2019-08-09 12:52:37 +08:00
parent 0b6c1694b4
commit 6ac36368cd
3 changed files with 6 additions and 6 deletions

View File

@@ -50,8 +50,8 @@
#include "base/utils/misc.h"
#include "proxyconfigurationmanager.h"
// Spoof Firefox 38 user agent to avoid web server banning
const char DEFAULT_USER_AGENT[] = "Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Firefox/38.0";
// 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";
namespace
{