Skip to content

Commit 577c477

Browse files
authored
Merge pull request #38 from CapMonsterCloud/task/CCL-8455
CCL-8455 fix readme
2 parents fee91ef + d34fa57 commit 577c477

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ document.addEventListener('DOMContentLoaded', async () => {
148148
proxyLogin: 'proxyLoginHere',
149149
proxyPassword: 'proxyPasswordHere',
150150
},
151-
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.132 Safari/537.36',
151+
// check actual user agent here: https://capmonster.cloud/api/useragent/actual
152+
userAgent: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36',
152153
});
153154

154155
console.log(await cmcClient.Solve(recaptchaV2Request));

0 commit comments

Comments
 (0)