Update init.lua

pull/221/head
midoks 3 years ago
parent 8d1315e5be
commit 7e2eef8bbf
  1. 1
      plugins/op_waf/waf/lua/init.lua

@ -22,6 +22,7 @@ local post_html = require "html_post"
local other_html = require "html_other" local other_html = require "html_other"
local user_agent_html = require "html_user_agent" local user_agent_html = require "html_user_agent"
local cc_safe_js_html = require "html_safe_js" local cc_safe_js_html = require "html_safe_js"
local cookie_html = require "html_safe_js"
local args_rules = require "rule_args" local args_rules = require "rule_args"
local ip_white_rules = require "rule_ip_white" local ip_white_rules = require "rule_ip_white"

Loading…
Cancel
Save