diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-12 20:31:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-12 20:31:07 +0300 |
commit | dd0025211d2682bf8e89ead0f93ecb190ce38c7b (patch) | |
tree | fe9f91073a07a9c7058e4594e9bbd9092007ed33 /include/m_netlib.h | |
parent | b2aad2f0fc95cd3a85319429b9f92c14e3d8d849 (diff) |
fixes #2520 (SkypeWeb: миранда теперь представляется браузером)
Diffstat (limited to 'include/m_netlib.h')
-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 a52100ff3f..90e567b122 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 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)"
+#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"
/////////////////////////////////////////////////////////////////////////////////////////
// Initialises the netlib for a set of connections
|