Commit 5580db3f by Joneq

答应header变量

parent 1a306ac4
Showing with 1 additions and 4 deletions
......@@ -13,7 +13,7 @@ function _ReM.checkgoogle(red)
dest = 'http://passport.ichunt.com/static/login.html' .. '?continue=' .. source_url
--新增如果refer不在对应的设置里面,才计算302重定向次数
if red:sismember('waf_urldesc_limit', ngx.var.request_uri) ~= 0 then
if red:sismember('waf_urldesc_limit', ngx.req.get_headers()['referer']) == 0 then
--获取多少时间内同一个ip可以几次302,超过就加入黑名单
threezerotwo_second , err = red:get('threezerotwo_second')
......
......@@ -39,9 +39,6 @@ red:set_timeout(1000)
local ok, err = red:connect(config.redis_host, config.redis_port)
ngx.say(ngx.req.get_headers()['referer'],err)
ngx.exit(ngx.HTTP_FORBIDDEN)
-- 如果连接失败,跳转到label处
if not ok 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