Skip to content

Update dockerfile.client to disable CORS and Xsrf protection. CORS can't be...

Tore Clemetsen requested to merge toc-main-patch-66434 into main

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.

Merge request reports

Loading