Nick Webson
Nick Webson
I just made some patch for puppeteer to fix this issue, to disable `Runtime.Enable`, so it prevents this leak, and works great for DataDome and Cloudflare. You can find it...
I made a patch for this issue, it disables Runtime.enable that causes a leak and which is used by many major anti-bot systems. You can check it out here: https://github.com/rebrowser/rebrowser-patches
I made a patcher for puppeteer that make similar changes as `harden-puppeteer`, it runs all code in isolated context instead of the main world. You can find it here: https://github.com/rebrowser/rebrowser-patches...