Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
ichunt_lua_waf
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
099065ad
authored
Jan 14, 2021
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加对referer的访问白名单
parent
dbd87ab3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
redirect.lua
redirect.lua
View file @
099065ad
...
@@ -13,8 +13,8 @@ function _ReM.checkgoogle(red)
...
@@ -13,8 +13,8 @@ function _ReM.checkgoogle(red)
dest
=
'http://passport.ichunt.com/static/login.html'
..
'?continue='
..
source_url
dest
=
'http://passport.ichunt.com/static/login.html'
..
'?continue='
..
source_url
--新增如果refer不在对应的设置里面,才计算302重定向次数 get_headers里面就是浏览器的请求头小写
--新增如果refer不在对应的设置里面,才计算302重定向次数 get_headers里面就是浏览器的请求头小写
if
red
:
sismember
(
'
waf_white_ref
er'
,
ngx
.
req
.
get_headers
()[
'referer'
])
==
0
then
if
red
:
sismember
(
'
ichunt_waf_white_refer
er'
,
ngx
.
req
.
get_headers
()[
'referer'
])
==
0
then
--获取多少时间内同一个ip可以几次302,超过就加入黑名单
--获取多少时间内同一个ip可以几次302,超过就加入黑名单
threezerotwo_second
,
err
=
red
:
get
(
'threezerotwo_second'
)
threezerotwo_second
,
err
=
red
:
get
(
'threezerotwo_second'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment