diff options
author | George Hazan <ghazan@miranda.im> | 2020-11-05 22:48:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-11-05 22:48:35 +0300 |
commit | f344c4d88e8ed5e2b1789ff5d40558e82dc09af8 (patch) | |
tree | aeb358e21af38a4ece9182009706f139d16a8e14 /include | |
parent | 55cf177a159aca7c4727a5d23901d33735939a29 (diff) |
refreshed User-Agent string
Diffstat (limited to 'include')
-rw-r--r-- | include/m_netlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_netlib.h b/include/m_netlib.h index 90e567b122..5485f7817b 100644 --- a/include/m_netlib.h +++ b/include/m_netlib.h @@ -42,7 +42,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct NETLIBHTTPREQUEST;
struct NETLIBOPENCONNECTION;
-#define NETLIB_USER_AGENT "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36"
+#define NETLIB_USER_AGENT "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.112 Safari/537.36"
/////////////////////////////////////////////////////////////////////////////////////////
// Initialises the netlib for a set of connections
|