From d1c8f995ce88aea8caf1686e43d4db68dd32d94c Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Wed, 21 Jun 2023 14:34:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E5=AD=97=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-firewall-rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/js/components/server/http-firewall-rules.js b/web/public/js/components/server/http-firewall-rules.js index f1d52042..8785349d 100644 --- a/web/public/js/components/server/http-firewall-rules.js +++ b/web/public/js/components/server/http-firewall-rules.js @@ -369,14 +369,14 @@ Vue.component("http-firewall-checkpoint-referer-block", { 允许的来源域名 -

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

+

允许的来源域名列表,比如example.com(顶级域名)、*.example.com(example.com的所有二级域名)。单个星号*表示允许所有域名。

禁止的来源域名 -

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

+

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