Plaintext WebSockets to workers are insecure - should be redirected to use TLS

It is possible to send requests/responses over a plaint text websocket to a worker/Durable Object.

It seems like the default behaviour should be to redirect the initial insecure ws://worker.example.com to wss://worker.example.com