From 01921f7fcfee13a0e00ac500a6b282ba5a575ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E8=AF=9A?= <1009578407@qq.com> Date: Wed, 9 Sep 2026 10:55:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:20260904=E4=BB=A3=E7=A0=81=E6=89=AB?= =?UTF-8?q?=E6=8F=8F=E6=BC=8F=E6=B4=9E=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml index e7dc563c..3c83585d 100644 --- a/src/main/resources/application-dev.yaml +++ b/src/main/resources/application-dev.yaml @@ -18,6 +18,14 @@ sm4cbc: jetty: contextPath: / + # HTTP 与 HTTPS 均隐藏容器版本;安全漏洞仍需通过维护补丁修复。 + httpConfig: + sendServerVersion: false + httpsConfig: + sendServerVersion: false + session: + cookie: + httponly: true threadpool: idleTimeout: 60000 minThreads: 10