Preflight Checklist
What package is this feature request for?
rrweb
Problem Description
Hello,
Currently, using rrweb on pages that contain for example reCAPTCHAs is practically impossible. ArkoseLabs, reCAPTCHA, hCaptcha - most of them detect that certain native functions have been overridden. This lowers our score to a very low level, resulting in extremely difficult CAPTCHAs or completely preventing us from using many sites. The solution, instead of simple monkey patching, is to complexly override many remnants, such as this puppeteer extension do:
https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth/evasions/_utils
Proposed Solution
Implement the same solution as puppeteer extra or create some research how we can do it in better, easier way
Alternatives Considered
Just leave it as it is
Additional Information
No response
Preflight Checklist
What package is this feature request for?
rrweb
Problem Description
Hello,
Currently, using rrweb on pages that contain for example reCAPTCHAs is practically impossible. ArkoseLabs, reCAPTCHA, hCaptcha - most of them detect that certain native functions have been overridden. This lowers our score to a very low level, resulting in extremely difficult CAPTCHAs or completely preventing us from using many sites. The solution, instead of simple monkey patching, is to complexly override many remnants, such as this puppeteer extension do:
https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth/evasions/_utils
Proposed Solution
Implement the same solution as puppeteer extra or create some research how we can do it in better, easier way
Alternatives Considered
Just leave it as it is
Additional Information
No response