diff --git a/apps/openresty/versions/1.21.4.1/www/common/waf/access.lua b/apps/openresty/versions/1.21.4.1/www/common/waf/access.lua index 6bf28734..c346a6c6 100644 --- a/apps/openresty/versions/1.21.4.1/www/common/waf/access.lua +++ b/apps/openresty/versions/1.21.4.1/www/common/waf/access.lua @@ -79,7 +79,7 @@ local function read_str(var) return str end -local html=read_str('html') +local html=read_str('warn.html') local function say_html() local redirect = optionIsOn(ngx.var.redirect) diff --git a/apps/openresty/versions/1.21.4.1/www/common/waf/rules/html b/apps/openresty/versions/1.21.4.1/www/common/waf/rules/html deleted file mode 100644 index fc44e231..00000000 --- a/apps/openresty/versions/1.21.4.1/www/common/waf/rules/html +++ /dev/null @@ -1,30 +0,0 @@ - - -网站防火墙 - - - - - -
- - -
-
网站防火墙
-
-

您的请求带有不合法参数,已被网站管理员设置拦截!

-

可能原因:您提交的内容包含危险的攻击请求

-

如何解决:

-
  • 1)检查提交内容;
  • -
  • 2)如网站托管,请联系空间提供商;
  • -
  • 3)普通网站访客,请联系网站管理员;
-
-
-
- \ No newline at end of file diff --git a/apps/openresty/versions/1.21.4.1/www/common/waf/rules/warn.html b/apps/openresty/versions/1.21.4.1/www/common/waf/rules/warn.html new file mode 100644 index 00000000..760808b9 --- /dev/null +++ b/apps/openresty/versions/1.21.4.1/www/common/waf/rules/warn.html @@ -0,0 +1,136 @@ + + + + 网站防火墙 + + + + +
+
+
+ 网站防火墙 +
+
+

+ + 您的请求带有不合法参数,已被网站管理员设置拦截! + +

+

+ 可能原因:您提交的内容包含危险的攻击请求 +

+

+ 如何解决: +

+
    +
  • + 1)检查提交内容; +
  • +
  • + 2)如网站托管,请联系空间提供商; +
  • +
  • + 3)普通网站访客,请联系网站管理员; +
  • +
+
+
+
+ +