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"