Update dockerfile.client to disable CORS and Xsrf protection. CORS can't be...
Update dockerfile.client to disable CORS and Xsrf protection. CORS can't be enabled as the list of allowed origins is hard-coded in streamlit. Xsrf protection can't be enabled as it requires CORS to be enabled. Update dockerfile.client to enable WebSocket compression.