Closed
Description
Description
I would like to call my headless browser server that is secured with TLS ('wss' protocol).
However, protocol is hard coded here.
Is it possible to create a HEADLESS_BROWSER_PROTOCOL environment variable ? The value could be "ws" (default) and "wss".
I can submit a PR if it helps !