LiveView websocket compression workaround for Azure Wep App Service?

Websocket compression does not work when hosting LiveView in an Azure Web App Linux container.

Azure does not send sec-websocket-extensions: permessage-deflate; in response headers for GET /live/websocket?_csrf_token=.

Is it possible to compress messages in a higher layer above cowboy or with JavaScript?