From d53265755ac5f6c1e625ac0641ee22aa231bafa3 Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sun, 21 Jun 2026 12:39:33 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=20=20CORS=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/config/config.prod.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/config/config.prod.yaml b/backend/config/config.prod.yaml index 5d015d3..84195a8 100644 --- a/backend/config/config.prod.yaml +++ b/backend/config/config.prod.yaml @@ -9,9 +9,6 @@ server: shutdown_timeout: 15 # 生产环境优雅关闭时间稍长 heartbeat_interval: 30 heartbeat_timeout: 60 - allowed_origins: # 生产环境严格 CORS 白名单 - - "https://camtalk.example.com" - - "https://www.camtalk.example.com" session: ttl: 60 # 生产环境会话 1 小时