From d34fa57ef35e9126cc00c857ac39ba4f25a2ccec Mon Sep 17 00:00:00 2001 From: Kirill Bushmin Date: Thu, 30 Jul 2026 14:53:39 +0300 Subject: [PATCH] CCL-8455 fix readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bade032..afee196 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,8 @@ document.addEventListener('DOMContentLoaded', async () => { proxyLogin: 'proxyLoginHere', proxyPassword: 'proxyPasswordHere', }, - userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.132 Safari/537.36', + // check actual user agent here: https://capmonster.cloud/api/useragent/actual + userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36', }); console.log(await cmcClient.Solve(recaptchaV2Request));