From cea013609bab6bf4f153dc2396b8287f7d8477f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E6=B5=B7=E5=9B=BD?= <404580946@qq.com> Date: Fri, 12 Dec 2025 09:30:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20.streamlit=20=E7=A7=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .streamlit/config.toml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml deleted file mode 100644 index 75c0faf..0000000 --- a/.streamlit/config.toml +++ /dev/null @@ -1,8 +0,0 @@ -[server] -# 允许在 iframe 中嵌入 -enableXsrfProtection = false -enableCORS = false - -[browser] -# 禁用某些安全限制,允许 iframe 嵌入 -gatherUsageStats = false \ No newline at end of file