From 9d0d88d465827ba01f31c76bf698011f1656150c Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 24 Oct 2022 20:56:18 +0800 Subject: [PATCH] Update init.lua --- plugins/op_waf/waf/lua/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/op_waf/waf/lua/init.lua b/plugins/op_waf/waf/lua/init.lua index acc86726b..07ee25c49 100644 --- a/plugins/op_waf/waf/lua/init.lua +++ b/plugins/op_waf/waf/lua/init.lua @@ -22,7 +22,7 @@ local post_html = require "html_post" local other_html = require "html_other" local user_agent_html = require "html_user_agent" local cc_safe_js_html = require "html_safe_js" -local cookie_html = require "html_safe_js" +local cookie_html = require "html_cookie" local args_rules = require "rule_args" local ip_white_rules = require "rule_ip_white"