From a623b914fd41ea7938f57a928a642a3a703788db Mon Sep 17 00:00:00 2001 From: Tom David Mueller Date: Tue, 10 Feb 2026 14:36:04 +0200 Subject: [PATCH] fix cross origin bullshit --- .streamlit/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.streamlit/config.toml b/.streamlit/config.toml index f38f6b91..daf71ea7 100644 --- a/.streamlit/config.toml +++ b/.streamlit/config.toml @@ -8,6 +8,10 @@ developmentMode = false address = "0.0.0.0" maxUploadSize = 200 #MB port = 8501 # should be same as configured in deployment repo +address = "0.0.0.0" +enableCORS = false +enableXsrfProtection = false + [theme] # The preset Streamlit theme that your custom theme inherits from. One of "light" or "dark".