From 8711bc5d76a0e2dda7c2df33e4522d11911b1408 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 2 Nov 2022 09:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E7=9B=97=E9=93=BE=E4=BD=BF=E7=94=A8=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-referers-config-box.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/js/components/server/http-referers-config-box.js b/web/public/js/components/server/http-referers-config-box.js index f7cf2433..4b6a4d72 100644 --- a/web/public/js/components/server/http-referers-config-box.js +++ b/web/public/js/components/server/http-referers-config-box.js @@ -65,14 +65,14 @@ Vue.component("http-referers-config-box", { 允许的来源域名 - + >

允许的其他来源域名列表,比如example.com*.example.com。单个星号*表示允许所有域名。

禁止的来源域名 - +

禁止的来源域名列表,比如example.org*.example.org;除了这些禁止的来源域名外,其他域名都会被允许,除非限定了允许的来源域名。