From 4f51935548a140eb371cbb25126a82df8a41e413 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 22 Aug 2021 18:38:26 +0200 Subject: Fix for #2947 --- protocols/Omegle/src/communication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Omegle/src') diff --git a/protocols/Omegle/src/communication.cpp b/protocols/Omegle/src/communication.cpp index b046a8bb5c..aecd0810f7 100644 --- a/protocols/Omegle/src/communication.cpp +++ b/protocols/Omegle/src/communication.cpp @@ -214,7 +214,7 @@ std::string Omegle_client::choose_action(int request_type, std::string* get_data { case OMEGLE_REQUEST_START: { - std::string action = "/start?rcs=1&spid=&lang="; + std::string action = "/start?caps=recaptcha2,t&firstevents=1&rcs=1&spid=&lang="; action += get_language(); if (get_data != nullptr) action += (*get_data); -- cgit v1.2.3