btw do you ever see cloudflare/playwright not force me to use the browser rendering api? i'd love to
btw do you ever see cloudflare/playwright not force me to use the browser rendering api? i'd love to be able to use playwright-core inside workers to communicate with either my own CDP endpoint over ws or providers like browser base.
i noticed (at least the currently published 0.10 release) is doing a few things like overriding the host (setting a fake host), expecting session id query parameters to decide when to use connect (easy to bypass), checking for binding in the query param (easy to bypass) but also chunking the ws messages presumably due to limitation in the browser render api.
i noticed (at least the currently published 0.10 release) is doing a few things like overriding the host (setting a fake host), expecting session id query parameters to decide when to use connect (easy to bypass), checking for binding in the query param (easy to bypass) but also chunking the ws messages presumably due to limitation in the browser render api.


