From c4628d4604f9669e59a5f40887e10e982741faf2 Mon Sep 17 00:00:00 2001 From: yangjianbo Date: Mon, 5 Jan 2026 16:09:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=AE=89=E5=85=A8):=20=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E5=9C=A8=E7=A6=81=E7=94=A8=E7=99=BD=E5=90=8D=E5=8D=95=E6=97=B6?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=B8=8D=E5=AE=89=E5=85=A8=E7=9A=84=20HTTP?= =?UTF-8?q?=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/config.example.yaml b/deploy/config.example.yaml index 93e0544e..f43c9c19 100644 --- a/deploy/config.example.yaml +++ b/deploy/config.example.yaml @@ -80,7 +80,7 @@ security: allow_private_hosts: true # Allow http:// URLs when allowlist is disabled (default: false, require https) # 白名单禁用时是否允许 http:// URL(默认: false,要求 https) - allow_insecure_http: false + allow_insecure_http: true response_headers: # Enable configurable response header filtering (disable to use default allowlist) # 启用可配置的响应头过滤(禁用则使用默认白名单)