From 7bc99cf90ade709aa4c5745ed2a570901b5435db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E6=B5=B7=E5=9B=BD?= <404580946@qq.com> Date: Thu, 11 Dec 2025 19:44:58 +0800 Subject: [PATCH] feature: new --- .streamlit/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..75c0faf --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,8 @@ +[server] +# 允许在 iframe 中嵌入 +enableXsrfProtection = false +enableCORS = false + +[browser] +# 禁用某些安全限制,允许 iframe 嵌入 +gatherUsageStats = false \ No newline at end of file