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
86acf842
authored
Jan 14, 2021
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加对referer的访问白名单
parent
cde1e10f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
waf.lua
waf.lua
View file @
86acf842
...
@@ -117,8 +117,6 @@ end
...
@@ -117,8 +117,6 @@ end
--获取请求的路由
--获取请求的路由
checkuri
,
err
=
string.match
(
temp_uri
,
"%a+"
)
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
if
tonumber
(
ngx
.
var
.
server_name_id
)
==
1
and
checkuri
~=
nil
and
red
:
sismember
(
'waf_urldesc_limit'
,
checkuri
)
~=
0
then
...
...
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