From 7e2eef8bbfd20cde98165cb0d476dbc6a46a4b0c Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 24 Oct 2022 20:54:41 +0800 Subject: [PATCH] Update init.lua --- plugins/op_waf/waf/lua/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/op_waf/waf/lua/init.lua b/plugins/op_waf/waf/lua/init.lua index d479f92a7..acc86726b 100644 --- a/plugins/op_waf/waf/lua/init.lua +++ b/plugins/op_waf/waf/lua/init.lua @@ -22,6 +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 args_rules = require "rule_args" local ip_white_rules = require "rule_ip_white"