diff options
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 92906a93d4..f4630248cb 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 MHttpRequest;
struct NETLIBOPENCONNECTION;
-#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"
+#define NETLIB_USER_AGENT "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"
/////////////////////////////////////////////////////////////////////////////////////////
// Initialises the netlib for a set of connections
|