Commit cde1e10f by Joneq

增加对referer的访问白名单

parent d96b0ee9
Showing with 3 additions and 0 deletions
......@@ -117,6 +117,9 @@ end
--获取请求的路由
checkuri,err = string.match(temp_uri, "%a+")
ngx.say(checkuri,err)
ngx.exit(ngx.HTTP_FORBIDDEN)
--如果在检测的路由中则继续
if tonumber(ngx.var.server_name_id) == 1 and checkuri ~= nil and red:sismember('waf_urldesc_limit', checkuri) ~= 0 then
--获取对应的时间和次数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment